{ services.postgresql.enable = true; services.postgresqlBackup = { enable = true; backupAll = true; location = "/var/backup/postgresql"; }; }