summaryrefslogtreecommitdiffstats
path: root/sys/services/restic
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/services/restic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/services/restic/default.nix b/sys/services/restic/default.nix
index 77ff40e..c4ab7c3 100644
--- a/sys/services/restic/default.nix
+++ b/sys/services/restic/default.nix
@@ -21,9 +21,9 @@
"--exclude-if-present .nobackup" # Don't backup directory if it contains a file called ".nobackup"
"--verbose" # Spam log
];
- passwordFile = config.age.secrets.borgpass.path;
+ passwordFile = config.age.secrets.resticpass.path;
extraOptions = [
- "rclone.program='ssh -p 23 ${boxUser}@${boxUser}.your-storagebox.de -i ${config.age.secrets.borgssh.path}'"
+ "rclone.program='ssh -p 23 ${boxUser}@${boxUser}.your-storagebox.de -i ${config.age.secrets.resticssh.path}'"
];
repository = "rclone: "; # There is only one repository served
};