diff options
Diffstat (limited to 'host/Rory-postgres/configuration.nix')
-rwxr-xr-x | host/Rory-postgres/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/Rory-postgres/configuration.nix b/host/Rory-postgres/configuration.nix index 33338c3..fef0296 100755 --- a/host/Rory-postgres/configuration.nix +++ b/host/Rory-postgres/configuration.nix @@ -29,7 +29,8 @@ local all all trust 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 discordbots discordbots 192.168.1.50/32 trust + host matrix-synapse-rory-gay matrix-synapse-rory-gay 192.168.1.5/32 trust host all all 0.0.0.0/0 md5 ''; # initialScript = pkgs.writeText "backend-initScript" '' |