diff --git a/linux/singularity/network.nix b/linux/singularity/network.nix index 0682fd8..2d023df 100644 --- a/linux/singularity/network.nix +++ b/linux/singularity/network.nix @@ -1,15 +1,6 @@ {config, ...}: { networking = { - firewall = with config.constants.port; { - allowedTCPPorts = [coturn coturn-tls http https]; - allowedUDPPorts = [coturn coturn-tls]; - allowedUDPPortRanges = [ - { - from = coturn-relay-udp-min; - to = coturn-relay-udp-max; - } - ]; - }; + firewall.allowedTCPPorts = with config.constants.port; [http https]; hostId = "2cadb253"; nftables.enable = true; };