From c57d3cb39f858605a5acfc670376eb2b1c8f655d Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 26 Dec 2022 19:47:54 +0100 Subject: Fix pg_hba Signed-off-by: TheArcaneBrony --- host/Rory-postgres/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Rory-postgres/configuration.nix b/host/Rory-postgres/configuration.nix index 96cca4c..7531b62 100644 --- a/host/Rory-postgres/configuration.nix +++ b/host/Rory-postgres/configuration.nix @@ -29,7 +29,7 @@ host all all 127.0.0.1/32 trust host all all ::1/128 trust host discordbots discordbots 192.168.1.1/24 trust - host all all 0.0.0.0 md5 + host all all 0.0.0.0/0 md5 ''; # initialScript = pkgs.writeText "backend-initScript" '' # CREATE ROLE nixcloud WITH LOGIN PASSWORD 'nixcloud' CREATEDB; -- cgit 1.4.1