diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 769e359..ae76342 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -30,11 +30,6 @@ in { interfaces.enp34s0 = { useDHCP = true; }; - firewall = { - allowedUDPPorts = [ - 41641 # tailscale - ]; - }; firewall = { allowPing = false; enable = true;