diff --git a/hosts/architect/backup.nix b/hosts/architect/backup.nix index 6cdb467..2a1c206 100644 --- a/hosts/architect/backup.nix +++ b/hosts/architect/backup.nix @@ -16,7 +16,7 @@ passwordFile = config.age.secrets.restic-passwords.path; environmentFile = config.age.secrets.restic-environment.path; repository = "b2:architect:/"; - paths = [ "/var/lib" "/secrets" "/services" ]; + paths = [ "/var/lib" "/services" ]; pruneOpts = [ "--keep-daily 45" "--keep-weekly 12"