1
0
Fork 0
puter/hosts/abacus/postgresql.nix
2025-05-11 22:49:04 +02:00

8 lines
155 B
Nix

{
services.postgresqlBackup = {
enable = true;
startAt = "*-*-* 02:00:00";
location = "/srv/backup/postgresql";
backupAll = true;
};
}