modules: services: matrix: register dummy vhosts

This is simply to make use of my infrastructure for port collision
detection.
This commit is contained in:
Bruno BELANYI 2023-09-28 18:42:13 +02:00
parent 52413dcaf7
commit b4b9b54f75
1 changed files with 9 additions and 0 deletions

View File

@ -117,6 +117,15 @@ in
};
};
}
# Dummy VHosts for port collision detection
{
subdomain = "matrix-federation";
port = federationPort.private;
}
{
subdomain = "matrix-client";
port = clientPort.private;
}
];
# Those are too complicated to use my wrapper...