modules: services: postgres: upgrade version
This commit is contained in:
parent
bbb1231ad3
commit
c320387746
|
@ -14,7 +14,7 @@ in
|
|||
# Let other services enable postgres when they need it
|
||||
(lib.mkIf cfg.enable {
|
||||
services.postgresql = {
|
||||
package = pkgs.postgresql_12;
|
||||
package = pkgs.postgresql_13;
|
||||
};
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue