modules: services: postgres: upgrade version

This commit is contained in:
Bruno BELANYI 2021-07-29 13:03:10 +02:00
parent bbb1231ad3
commit c320387746

View file

@ -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;
};
})