diff --git a/modules/element-calling.nix b/modules/element-calling.nix index 95e16a9..c9d07b1 100755 --- a/modules/element-calling.nix +++ b/modules/element-calling.nix @@ -144,8 +144,12 @@ EOF networking.firewall.allowedUDPPorts = [ 3478 ]; networking.firewall.allowedUDPPortRanges = [ { from = 7882; to = 7894; } + { from = 30000; to = 40000;} ]; - + networking.firewall.allowedTCPPortRangers = [ + { from = 30000; to = 40000; } + ]; + ####### JWT SERVICE RUNTIME CONFIG ####### systemd.services.lk-jwt-service-runtime-config = { description = "Generate lk-jwt-service runtime config from domain files";