From d1b1e0f0caff692105ca6d8334ed18ee7c8ab56e Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Fri, 7 Mar 2025 23:39:34 +0000 Subject: [PATCH] orm: temporarily disable SSL on postgres --- hosts/orm/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/orm/default.nix b/hosts/orm/default.nix index a61d998..0c510a3 100644 --- a/hosts/orm/default.nix +++ b/hosts/orm/default.nix @@ -43,7 +43,8 @@ enableTCPIP = true; settings = { port = 5432; - ssl = true; + # TODO: fix SSL + # ssl = true; }; # only allow remote connections from within birdsong vpn # TODO: don't hardcode the IP addresses