ma rss: remove postgresql pinning

This commit is contained in:
makefu 2022-06-07 13:53:44 +02:00
parent 3107445ff5
commit c277501ae2

View file

@ -10,7 +10,6 @@ in {
selfUrlPath = "https://${fqdn}";
};
services.postgresql.package = pkgs.postgresql_9_6;
state = [ config.services.postgresqlBackup.location ];
services.postgresqlBackup = {