summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-12 13:15:56 -0700
committerBen Sima <ben@bsima.me>2019-05-12 13:57:54 -0700
commita9fad48eaeee603f4814c19d46b7e017fc6a90a0 (patch)
tree372826fb3d91886ba16bd2f58fb95e24a19f3f8c /machines
parent626202910264e3e20ae2798e4ea00ec0eef8d02d (diff)
fix postgres package for 19.03
Diffstat (limited to 'machines')
-rw-r--r--machines/lithium.nix2
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