summaryrefslogtreecommitdiff
path: root/ejabberd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ejabberd.nix')
-rw-r--r--ejabberd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ejabberd.nix b/ejabberd.nix
index 4a19440..f18cfe6 100644
--- a/ejabberd.nix
+++ b/ejabberd.nix
@@ -22,7 +22,7 @@ in {
s2s_cafile = "/etc/ssl/certs/ca-certificates.crt";
ca_file = "/etc/ssl/certs/ca-certificates.crt";
certfiles = [ "${certDirectory}/*.pem" ];
- listen = map (x: x // { ip = "10.25.1.3"; }) [
+ listen = map (x: x // { ip = "10.0.1.30"; }) [
{
inherit dhfile;
port = 5222;
@@ -218,7 +218,7 @@ in {
};
};
security.acme.certs.${fqdn} = {
- extraDomainNames = map (x: "${x}.xmpp.${fqdn}") [
+ extraDomainNames = map (x: "${x}.${fqdn}") [
"pubsub"
"proxy"
"upload"