services/restic: Support for 20.09

This commit is contained in:
kat witch 2021-04-21 16:10:32 +01:00
parent e9c5f1c101
commit ea15cb010b
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -13,11 +13,11 @@
"--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.service.postgresql.enable;
enable = config.services.postgresql.enable;
backupAll = true;
startAt = "*-*-* 23:45:00";
};