Merge pull request #167047 from helsinki-systems/drop/postgresql10

postgresql: remove 10.x
This commit is contained in:
Mario Rodas 2022-10-06 21:32:46 -05:00 committed by GitHub
commit 405db07799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 22 deletions

View file

@ -720,7 +720,7 @@ in
{ config =
{ config, pkgs, ... }:
{ services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql_10;
services.postgresql.package = pkgs.postgresql_14;
system.stateVersion = "21.05";
};