Skip to content

Commit df7bac2

Browse files
aguirre-matteoteto
authored andcommitted
rclone: change cache directory to $XDG_CACHE_HOME/rclone
1 parent 05a56db commit df7bac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/programs/rclone.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ in
153153
default = { };
154154
apply = lib.mergeAttrs {
155155
vfs-cache-mode = "full";
156-
cache-dir = "%C";
156+
cache-dir = "%C/rclone";
157157
};
158158
description = ''
159159
An attribute set of option values passed to `rclone mount`. To set

0 commit comments

Comments
 (0)