postgresql: set package version globally

This commit is contained in:
Antoine Martin 2021-03-23 22:36:50 +01:00
parent 6174bcd165
commit 0cf16198a8
4 changed files with 8 additions and 2 deletions

View file

@ -33,7 +33,6 @@ in {
config = lib.mkIf cfg.enable {
services.postgresql = {
enable = true;
package = pkgs.postgresql_12;
};
services.postgresqlBackup = {