diff --git a/services/postgresql-backup.nix b/services/postgresql-backup.nix index 9916d79..dff5494 100644 --- a/services/postgresql-backup.nix +++ b/services/postgresql-backup.nix @@ -11,6 +11,7 @@ in config = lib.mkIf cfg.enable { services.postgresqlBackup = { enable = true; + backupAll = true; location = "/var/backup/postgresql"; };