services/meet: bypass firewalls yet again

This commit is contained in:
Max Headroom 2022-04-08 14:41:58 +02:00
parent 69a4c46bba
commit b2175bd0dc

View file

@ -18,7 +18,7 @@ in
services.jitsi-videobridge = {
openFirewall = true;
config.videobridge.ice = {
tcp.port = 8080;
tcp.port = 7777;
};
nat = lib.optionalAttrs isNAT {
localAddress = interfaces.primary.addr;