summaryrefslogtreecommitdiff
path: root/services/ejabberd.nix
diff options
context:
space:
mode:
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";
};