diff --git a/services/restic.nix b/services/restic.nix index 1fab8e31..cf5b416b 100644 --- a/services/restic.nix +++ b/services/restic.nix @@ -13,9 +13,8 @@ "--keep-monthly 12" ]; repository = ""; - s3CredentialsFile = "/etc/restic/system.repo"; }; - + systemd.services."restic-backups-tardis".environment.RESTIC_REPOSITORY_FILE = "/etc/restic/system.repo"; services.postgresqlBackup = { enable = config.services.postgresql.enable; backupAll = true;