modules: services: matrix: clean-up formatting

This commit is contained in:
Bruno BELANYI 2023-05-03 16:52:56 +00:00
parent 85e31e5d6c
commit 62d9359eb7
1 changed files with 1 additions and 2 deletions

View File

@ -149,7 +149,7 @@ in
};
# same as above, but listening on the federation port
"matrix.${domain}_federation" = rec {
"matrix.${domain}_federation" = {
onlySSL = true;
serverName = "matrix.${domain}";
useACMEHost = domain;
@ -164,7 +164,6 @@ in
{ addr = "0.0.0.0"; port = federationPort.public; ssl = true; }
{ addr = "[::]"; port = federationPort.public; ssl = true; }
];
};
"${domain}" = {