From 04907f008d15476908728befd8c665e52e4a87dc Mon Sep 17 00:00:00 2001 From: Katharina Heidenreich Date: Sat, 14 Mar 2026 15:17:05 +0100 Subject: [PATCH] fix --- data/network.nix | 1 - services/continuwuity.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/data/network.nix b/data/network.nix index 8f9aa24..be5ce05 100644 --- a/data/network.nix +++ b/data/network.nix @@ -64,7 +64,6 @@ rec { ip = ips.pi; reverse_proxy = { port = 6167; - aliases = [ "matrix" ]; extraConfig = { enableACME = true; forceSSL = true; diff --git a/services/continuwuity.nix b/services/continuwuity.nix index 3443434..c3e6433 100644 --- a/services/continuwuity.nix +++ b/services/continuwuity.nix @@ -10,8 +10,6 @@ in settings = { global = { server_name = net.services.continuwuity.domainOverride; - address = "127.0.0.1"; - port = 6167; allow_registration = true; allow_encryption = true; allow_federation = true;