fix(backup.nix): remove /secrets from backup paths

This commit is contained in:
Giulio De Pasquale 2024-12-06 22:59:34 +00:00
parent 0b4b32c290
commit d971ab334e

View File

@ -16,7 +16,7 @@
passwordFile = config.age.secrets.restic-passwords.path; passwordFile = config.age.secrets.restic-passwords.path;
environmentFile = config.age.secrets.restic-environment.path; environmentFile = config.age.secrets.restic-environment.path;
repository = "b2:architect:/"; repository = "b2:architect:/";
paths = [ "/var/lib" "/secrets" "/services" ]; paths = [ "/var/lib" "/services" ];
pruneOpts = [ pruneOpts = [
"--keep-daily 45" "--keep-daily 45"
"--keep-weekly 12" "--keep-weekly 12"