Loading nixos/modules/services/networking/netbird/coturn.nix +3 −3 Original line number Diff line number Diff line Loading @@ -148,10 +148,10 @@ in allowedUDPPorts = cfg.openPorts; allowedTCPPorts = cfg.openPorts; allowedUDPPortRanges = [ allowedUDPPortRanges = with config.services.coturn; [ { from = cfg.minPort; to = cfg.maxPort; from = min-port; to = max-port; } ]; }; Loading Loading
nixos/modules/services/networking/netbird/coturn.nix +3 −3 Original line number Diff line number Diff line Loading @@ -148,10 +148,10 @@ in allowedUDPPorts = cfg.openPorts; allowedTCPPorts = cfg.openPorts; allowedUDPPortRanges = [ allowedUDPPortRanges = with config.services.coturn; [ { from = cfg.minPort; to = cfg.maxPort; from = min-port; to = max-port; } ]; }; Loading