From e24ce7987328000c6b3da2e4f51b8392b00a9e73 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Thu, 5 Mar 2026 23:09:19 +0100 Subject: Feat/mutliple email domains (#5) * Add additional domain support * Configure omega-relay to use wilkuu.nl * Fix oopsies --- services/continuwuity.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/continuwuity.nix') diff --git a/services/continuwuity.nix b/services/continuwuity.nix index e373cec..5bd249e 100644 --- a/services/continuwuity.nix +++ b/services/continuwuity.nix @@ -88,7 +88,7 @@ in { # well-known discovery # TODO: Might need to enforce https here, if it already is not. - ${cfg.fdqn}.locations."/.well_known/matrix/".proxyPass = socket; + ${cfg.fdqn}.locations."/.well-known/matrix/".proxyPass = socket; # The matrix server ${cfg.host-domain} = { -- cgit v1.3.1