services/meet: bypass firewalls yet again
This commit is contained in:
parent
69a4c46bba
commit
b2175bd0dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue