commit af97f4174f7032447194b1897c1cf2e67b5f863c parent 6eaddb84ab63ed837831d16fb3abc2bb9ee3feda Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Sep 2023 13:29:19 +0200 Fix pg auth Diffstat:
| M | nixos/worker-1/configuration.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -627,6 +627,7 @@ host replication all 10.100.12.1/32 md5 host all all 10.100.0.0/10 md5 host replication all 10.100.0.0/10 md5 + host all all 10.244.0.0/10 md5 ''; };