From 9ff0cea44b344bfa6186e414c1d9397f897c84b7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 30 Oct 2023 16:21:06 -0400 Subject: Disabled broken xmpp domains These stopped working with the Lets Encrypt integration and I don't know why. Just got a 404 when trying to check the .well-known endpoint. Also I don't know how to debug this. So I guess just disable and try to fix later? --- Biz/Cloud/Comms/Xmpp.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Biz') diff --git a/Biz/Cloud/Comms/Xmpp.nix b/Biz/Cloud/Comms/Xmpp.nix index d74a6b7..af52f3f 100644 --- a/Biz/Cloud/Comms/Xmpp.nix +++ b/Biz/Cloud/Comms/Xmpp.nix @@ -194,8 +194,9 @@ in { users.users.nginx.extraGroups = [ "prosody" ]; security.acme.certs.${rootDomain}.extraDomainNames = [ - "upload.${rootDomain}" - "conference.${rootDomain}" + # these stopped working idk why + #"upload.${rootDomain}" + #"conference.${rootDomain}" "anon.${rootDomain}" "chat.${rootDomain}" ]; -- cgit v1.2.3