diff options
-rw-r--r-- | machines/lithium.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/lithium.nix b/machines/lithium.nix index d02393e..a4f29d3 100644 --- a/machines/lithium.nix +++ b/machines/lithium.nix @@ -263,7 +263,7 @@ in }; postgresql = { enable = true; - package = pkgs.postgresql100; + package = pkgs.postgresql_10; authentication = '' local all pprjam md5 local all pprjam_test md5 |