okarin: Disable postgresql backup

pull/64/head
Simon Bruder 2022-03-23 17:56:41 +01:00
parent 0c10b2269d
commit dbb2007f22
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 10 deletions

View File

@ -36,14 +36,4 @@
80
443
];
services.postgresqlBackup = {
enable = true;
startAt = [ ]; # triggered by restic system backup
location = "/var/lib/postgresql-backup";
};
systemd.services.restic-backups-system = {
after = [ "postgresqlBackup.service" ];
wants = [ "postgresqlBackup.service" ];
};
}