modules: services: postgres: upgrade version

This commit is contained in:
Bruno BELANYI 2021-07-29 13:03:10 +02:00
parent 5d21cecee7
commit 3459067cd4
1 changed files with 1 additions and 1 deletions

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