services: postgresql-backup: explicitly backup all

This commit is contained in:
Bruno BELANYI 2021-02-07 19:53:44 +00:00
parent a8a8b5fc22
commit 471ecd87cc

View file

@ -11,6 +11,7 @@ in
config = lib.mkIf cfg.enable {
services.postgresqlBackup = {
enable = true;
backupAll = true;
location = "/var/backup/postgresql";
};