services/restic: Revert 20.09 support now we're unstable

This commit is contained in:
kat witch 2021-04-21 17:17:56 +01:00
parent 0fca4f710c
commit d711e47b84
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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;