puter/hosts/headless/abacus/postgresql.nix

9 lines
155 B
Nix
Raw Permalink Normal View History

2025-04-08 21:27:00 +00:00
{
services.postgresqlBackup = {
enable = true;
startAt = "*-*-* 02:00:00";
location = "/srv/backup/postgresql";
backupAll = true;
};
}