services/meet: use a more common port to bypass outgoing firewalls

This commit is contained in:
Max Headroom 2022-03-18 19:24:49 +01:00
parent 4d1df18293
commit 80d5766eec

View file

@ -17,6 +17,9 @@ in
};
services.jitsi-videobridge = {
openFirewall = true;
config.videobridge.ice = {
tcp.port = 8080;
};
nat = lib.optionalAttrs isNAT {
localAddress = interfaces.primary.addr;
publicAddress = interfaces.primary.addrPublic;