about summary refs log tree commit diff
path: root/ops/machines
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-11-05T08·50+0300
committertazjin <tazjin@tvl.su>2023-11-05T09·04+0000
commite60478ae3c22665eadfe7ae0bf210737e661a520 (patch)
tree0f1f9899a7114f25d85e5d296feef6984a5b0859 /ops/machines
parent829bc9b932b0166728378c635b4fabcd53ffe22e (diff)
chore(whitby): upgrade to PostgreSQL 12 r/6942
Relates to b/330

Change-Id: I9169374a2324dc39e539d3e803f8ab15a308e5fd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9945
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/machines')
-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