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 = { services.jitsi-videobridge = {
openFirewall = true; openFirewall = true;
config.videobridge.ice = { config.videobridge.ice = {
tcp.port = 8080; tcp.port = 7777;
}; };
nat = lib.optionalAttrs isNAT { nat = lib.optionalAttrs isNAT {
localAddress = interfaces.primary.addr; localAddress = interfaces.primary.addr;