From 9dcde5e49bd2c7c410eba8f53ca065140eac4ddf Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Sun, 25 Sep 2022 01:14:14 +0200 Subject: [PATCH] removed unflexible pgsql connection setting --- modules/tandoor.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/tandoor.nix b/modules/tandoor.nix index cd637c9..534d3fb 100644 --- a/modules/tandoor.nix +++ b/modules/tandoor.nix @@ -38,9 +38,6 @@ in }; } ]; - settings = { - listen_addresses = lib.mkForce "localhost,10.88.0.1"; - }; authentication = "host tandoor tandoor 10.88.0.0/16 md5"; };