mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-08 01:51:04 +01:00
rclone: change cache directory to $XDG_CACHE_HOME/rclone
This commit is contained in:
parent
05a56dbf24
commit
df7bac2b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ in
|
||||||
default = { };
|
default = { };
|
||||||
apply = lib.mergeAttrs {
|
apply = lib.mergeAttrs {
|
||||||
vfs-cache-mode = "full";
|
vfs-cache-mode = "full";
|
||||||
cache-dir = "%C";
|
cache-dir = "%C/rclone";
|
||||||
};
|
};
|
||||||
description = ''
|
description = ''
|
||||||
An attribute set of option values passed to `rclone mount`. To set
|
An attribute set of option values passed to `rclone mount`. To set
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue