summaryrefslogtreecommitdiff
path: root/modules/networking/firewall.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-03 16:11:43 -0700
committerFuwn <[email protected]>2024-09-03 16:11:43 -0700
commita93e1fa90e9951d728e968003ea810abeba64e4c (patch)
treee2b2952fcc2d1f08b327a1a6fe0c58d70dc0e54f /modules/networking/firewall.nix
parenttor mostly (diff)
downloadnixos-config-a93e1fa90e9951d728e968003ea810abeba64e4c.tar.xz
nixos-config-a93e1fa90e9951d728e968003ea810abeba64e4c.zip
tings
Diffstat (limited to 'modules/networking/firewall.nix')
-rw-r--r--modules/networking/firewall.nix1
1 files changed, 1 insertions, 0 deletions
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