diff options
Diffstat (limited to 'host/Rory-postgres/configuration.nix')
-rw-r--r-- | host/Rory-postgres/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |