change backup frequency

This commit is contained in:
cy 2025-04-21 13:53:21 -04:00
parent a7de77a0fc
commit 48d8bacea8
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 7 additions and 8 deletions

View file

@ -19,8 +19,5 @@
}
];
};
services.postgresqlBackup = {
enable = true;
startAt = "hourly";
};
services.postgresqlBackup.enable = true;
}