From a93e1fa90e9951d728e968003ea810abeba64e4c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 3 Sep 2024 16:11:43 -0700 Subject: tings --- modules/networking/firewall.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/networking/firewall.nix') diff --git a/modules/networking/firewall.nix b/modules/networking/firewall.nix index 73bc44f..8077042 100644 --- a/modules/networking/firewall.nix +++ b/modules/networking/firewall.nix @@ -2,6 +2,7 @@ networking.firewall = { enable = true; allowedUDPPorts = [ 53 ]; + allowPing = false; allowedTCPPorts = [ 80 -- cgit v1.2.3