From 06e7942054840c63a2a33c47ff7179607e5ff6ce Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 2 Jun 2025 08:16:44 -0400 Subject: Fix admin xmpp username This was the old username. --- Omni/Cloud/Comms/Xmpp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Omni/Cloud/Comms/Xmpp.nix b/Omni/Cloud/Comms/Xmpp.nix index 93d7cfc..e48dd56 100644 --- a/Omni/Cloud/Comms/Xmpp.nix +++ b/Omni/Cloud/Comms/Xmpp.nix @@ -32,7 +32,7 @@ in { # this is necessary bc prosody needs access to the acme certs managed in Omni/Cloud/Web.nix, when # i learn how to use security.acme better, and use separate certs, then i can fix this group group = "nginx"; - admins = ["bsima@${rootDomain}"]; + admins = ["ben@${rootDomain}"]; allowRegistration = true; inherit ssl; uploadHttp = { -- cgit v1.2.3