From aa54eef455de35035a0a99015fa92631eb5d73f2 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 26 Feb 2024 22:41:46 -0500 Subject: [PATCH] Cleanup firewall --- machines/hephaestus/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) 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;