services/meet: use a more common port to bypass outgoing firewalls
This commit is contained in:
parent
4d1df18293
commit
80d5766eec
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue