correct xmpp port
This commit is contained in:
parent
eeb4639bdb
commit
c2b13f6908
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
email = configVars.email.user;
|
||||
xmppDomain = configVars.domains.xmpp;
|
||||
xmppIp = configVars.networking.addresses.xmpp.localAddress;
|
||||
xmppPort = configVars.networking.addresses.xmpp.ports.xmpp-c2s;
|
||||
xmppPort = configVars.networking.addresses.xmpp.ports.xmpp-http;
|
||||
in {
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
users.groups.www-data = {
|
||||
|
|
Loading…
Add table
Reference in a new issue