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