about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
Diffstat (limited to 'ops')
-rw-r--r--ops/machines/whitby/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index 578cddc109..32fe8c3dcc 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