mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
rclone: change cache directory to $XDG_CACHE_HOME/rclone
(cherry picked from commit df7bac2b2b)
This commit is contained in:
committed by
github-actions[bot]
parent
f63d0fe9d8
commit
2bd0a86493
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user