diff --git a/nixos/machines/foxhut/machine.nix b/nixos/machines/foxhut/machine.nix index 11c74ad0..c2049bf8 100644 --- a/nixos/machines/foxhut/machine.nix +++ b/nixos/machines/foxhut/machine.nix @@ -55,7 +55,6 @@ in { networking.firewall.interfaces."enu1c2".allowedUDPPortRanges = [ { from = 0; to = 65535; } ]; networking.firewall.interfaces."enu1c2".allowedTCPPortRanges = [ { from = 0; to = 65535; } ]; - networking.firewall.allowedUDPPorts = [ 51821 51820 ]; networking.wireguard = { enable = true; interfaces.eta = {