fix: open TURN firewall ports 5349 (TCP) and 3478 (UDP) in element-calling.nix

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/484cfc63-13c7-4008-8a94-cff4d554c27c

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-14 18:21:21 +00:00
committed by GitHub
parent c6bfe1200c
commit 1727755942

View File

@@ -140,7 +140,8 @@ EOF
}; };
}; };
networking.firewall.allowedTCPPorts = [ 7881 ]; networking.firewall.allowedTCPPorts = [ 5349 7881 ];
networking.firewall.allowedUDPPorts = [ 3478 ];
networking.firewall.allowedUDPPortRanges = [ networking.firewall.allowedUDPPortRanges = [
{ from = 7882; to = 7894; } { from = 7882; to = 7894; }
]; ];