From 404f14dfc86045c0974a038a23051759447f8510 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Sat, 28 Sep 2024 14:26:35 +0200 Subject: [PATCH] debug: matrix --- SwarselSystems.org | 4 ++-- profiles/server/common/matrix.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 4c6b93c4..83530576 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -7346,7 +7346,7 @@ Also, the system state version is set here. No need to touch it. acmeRoot = null; listen = [ { - addr = ""; + addr = "0.0.0.0"; port = 8448; ssl = true; extraParameters = [ @@ -7354,7 +7354,7 @@ Also, the system state version is set here. No need to touch it. ]; } { - addr = ""; + addr = "0.0.0.0"; port = 443; ssl = true; } diff --git a/profiles/server/common/matrix.nix b/profiles/server/common/matrix.nix index e5a73de7..96240f1e 100644 --- a/profiles/server/common/matrix.nix +++ b/profiles/server/common/matrix.nix @@ -268,7 +268,7 @@ in acmeRoot = null; listen = [ { - addr = ""; + addr = "0.0.0.0"; port = 8448; ssl = true; extraParameters = [ @@ -276,7 +276,7 @@ in ]; } { - addr = ""; + addr = "0.0.0.0"; port = 443; ssl = true; }