ma rss: remove postgresql pinning

This commit is contained in:
makefu 2022-06-07 13:53:44 +02:00
parent a73793fa16
commit 53855cd2d0
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 0 additions and 1 deletions

View File

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