rclone: change cache directory to $XDG_CACHE_HOME/rclone

(cherry picked from commit df7bac2b2b)
This commit is contained in:
Aguirre Matteo
2025-12-04 18:05:36 -03:00
committed by github-actions[bot]
parent f63d0fe9d8
commit 2bd0a86493

View File

@@ -153,7 +153,7 @@ in
default = { };
apply = lib.mergeAttrs {
vfs-cache-mode = "full";
cache-dir = "%C";
cache-dir = "%C/rclone";
};
description = ''
An attribute set of option values passed to `rclone mount`. To set