diff options
Diffstat (limited to 'ops/machines/whitby/default.nix')
-rw-r--r-- | ops/machines/whitby/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 578cddc1095d..32fe8c3dcc93 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -435,6 +435,7 @@ in services.postgresql = { enable = true; enableTCPIP = true; + package = pkgs.postgresql_12; authentication = lib.mkForce '' local all all trust |