services: postgresql-backup: explicitly backup all
This commit is contained in:
parent
a8a8b5fc22
commit
471ecd87cc
|
@ -11,6 +11,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
backupAll = true;
|
||||
location = "/var/backup/postgresql";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue