diff --git a/SwarselSystems.org b/SwarselSystems.org index 6eae12c..28b1085 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -5706,7 +5706,7 @@ Here we just define some aliases for rebuilding the system, and we allow some in port = 8008; bind_addresses = [ "127.0.0.1" - "::1" + # "::1" ]; type = "http"; tls = false; diff --git a/profiles/server/nixos/matrix.nix b/profiles/server/nixos/matrix.nix index bf17ecf..04a9880 100644 --- a/profiles/server/nixos/matrix.nix +++ b/profiles/server/nixos/matrix.nix @@ -91,7 +91,7 @@ in port = 8008; bind_addresses = [ "127.0.0.1" - "::1" + # "::1" ]; type = "http"; tls = false;