From 9ae4ac8f50aa9e23073d8ab1a962d750360a6cbe Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 27 Jul 2020 20:41:45 -0400 Subject: fix(ops/nixos): allow connections on hostnossl This is how panettone is currently connecting, so this needs to be here in order for it to work. Shortly I'll update all of this to use passwords, but for now this gets things up and running again Change-Id: If87f4dbce0800dcbc4f7bf10e88f3e591410b416 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1488 Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/nixos/whitby/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ops') diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix index 075e9505dc..ad631e7959 100644 --- a/ops/nixos/whitby/default.nix +++ b/ops/nixos/whitby/default.nix @@ -231,6 +231,7 @@ in lib.fix(self: { authentication = lib.mkOverride 10 '' local all all trust host all all ::1/128 trust + hostnossl all all ::1/128 trust ''; ensureDatabases = [ -- cgit 1.4.1