modules: services: matrix: clean-up formatting
This commit is contained in:
parent
85e31e5d6c
commit
62d9359eb7
|
@ -149,7 +149,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# same as above, but listening on the federation port
|
# same as above, but listening on the federation port
|
||||||
"matrix.${domain}_federation" = rec {
|
"matrix.${domain}_federation" = {
|
||||||
onlySSL = true;
|
onlySSL = true;
|
||||||
serverName = "matrix.${domain}";
|
serverName = "matrix.${domain}";
|
||||||
useACMEHost = domain;
|
useACMEHost = domain;
|
||||||
|
@ -164,7 +164,6 @@ in
|
||||||
{ addr = "0.0.0.0"; port = federationPort.public; ssl = true; }
|
{ addr = "0.0.0.0"; port = federationPort.public; ssl = true; }
|
||||||
{ addr = "[::]"; port = federationPort.public; ssl = true; }
|
{ addr = "[::]"; port = federationPort.public; ssl = true; }
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"${domain}" = {
|
"${domain}" = {
|
||||||
|
|
Loading…
Reference in a new issue