puter/hosts/headless/abacus/postgresql.nix
2025-04-08 23:27:00 +02:00

9 lines
155 B
Nix

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