summaryrefslogtreecommitdiff
path: root/services/ejabberd.nix
diff options
context:
space:
mode:
authorJohn Bargman2026-02-21 23:36:19 +0000
committerJohn Bargman2026-02-21 23:36:19 +0000
commite72a6620e2a38480d03cdb893879520feccaad7b (patch)
treedfd9553c152bbc431a2b60bde080326f4ffd6914 /services/ejabberd.nix
parent474115c2c6d2ce965f45a60ca59490e128124878 (diff)
downloadcrash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.gz
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.bz2
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.lz
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.xz
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.zst
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.zip
fixup
Diffstat (limited to 'services/ejabberd.nix')
-rw-r--r--services/ejabberd.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/services/ejabberd.nix b/services/ejabberd.nix
index 935a409..7149a0d 100644
--- a/services/ejabberd.nix
+++ b/services/ejabberd.nix
@@ -236,12 +236,13 @@ in
};
};
security.acme.certs.${fqdn} = {
-# extraDomainNames = map (x: "${x}.${fqdn}") [
-# "pubsub"
-# "proxy"
-# "upload"
-# "conference"
-# ];
+ # extraDomainNames = map (x: "${x}.${fqdn}") [
+ # "pubsub"
+ # "proxy"
+ # "upload"
+ # "conference"
+ # ];
+ #useACMEHost = "crashoverburn.com";
group = "ejabberd-cert";
postRun = "systemctl restart ejabberd.service";
};