From 48c32837c7f5b1fd79f056e36785ffb84be2efe0 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Sun, 15 Dec 2024 20:43:31 +0100 Subject: [PATCH] fix: reflect ipv6 changes on winters (matrix) --- SwarselSystems.org | 2 +- profiles/server/nixos/matrix.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;