postgresql_9_4: Remove package

It's only supported until February 13, 2020 which is during the 19.09 life cycle.
This commit is contained in:
adisbladis 2019-09-07 15:31:27 +01:00
parent 3b5b9a73f5
commit 8e2fc57a80
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
5 changed files with 6 additions and 13 deletions

View file

@ -228,7 +228,7 @@ in
# systems!
mkDefault (if versionAtLeast config.system.stateVersion "17.09" then pkgs.postgresql_9_6
else if versionAtLeast config.system.stateVersion "16.03" then pkgs.postgresql_9_5
else pkgs.postgresql_9_4);
else throw "postgresql_9_4 was removed, please upgrade your postgresql version.");
services.postgresql.dataDir =
mkDefault (if versionAtLeast config.system.stateVersion "17.09" then "/var/lib/postgresql/${config.services.postgresql.package.psqlSchema}"