diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/services/restic/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/services/restic/default.nix b/sys/services/restic/default.nix index 1bd886a..5e58c01 100644 --- a/sys/services/restic/default.nix +++ b/sys/services/restic/default.nix @@ -17,9 +17,9 @@ snapshotDir ]; exclude = [ - "${homeDir}/sils/.cache" - "${homeDir}/sils/bulk" - "${homeDir}/sils/downloads" + "${homeDir}/jaki/.cache" + "${homeDir}/jaki/bulk" + "${homeDir}/jaki/downloads" ]; extraBackupArgs = [ "--verbose" # Spam log |
