Upgrade to nixos-23.11 #1

Merged
felixalb merged 6 commits from nixos-23.11 into main 2023-12-18 23:41:44 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6f67341fdf - Show all commits

View File

@ -7,7 +7,7 @@
services.postgresqlBackup = { services.postgresqlBackup = {
enable = true; enable = true;
location = "/backup/postgresql/"; location = "/data/backup/postgresql/";
startAt = "*-*-* 03:15:00"; startAt = "*-*-* 03:15:00";
backupAll = true; backupAll = true;
}; };