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

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... # Those are too complicated to use my wrapper...