diff options
Diffstat (limited to 'host/Rory-synapse/software.nix')
-rwxr-xr-x | host/Rory-synapse/software.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-synapse/software.nix b/host/Rory-synapse/software.nix index 87e2788..81b7e5c 100755 --- a/host/Rory-synapse/software.nix +++ b/host/Rory-synapse/software.nix @@ -91,7 +91,7 @@ listeners = [ { port = 8008; - bind_addresses = [ "192.168.1.5" "127.0.0.1" ]; + bind_addresses = [ "192.168.1.2" "127.0.0.1" ]; type = "http"; tls = false; x_forwarded = true; |