diff options
| author | Fuwn <[email protected]> | 2024-09-03 16:11:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-03 16:11:43 -0700 |
| commit | a93e1fa90e9951d728e968003ea810abeba64e4c (patch) | |
| tree | e2b2952fcc2d1f08b327a1a6fe0c58d70dc0e54f /modules/networking/firewall.nix | |
| parent | tor mostly (diff) | |
| download | nixos-config-a93e1fa90e9951d728e968003ea810abeba64e4c.tar.xz nixos-config-a93e1fa90e9951d728e968003ea810abeba64e4c.zip | |
tings
Diffstat (limited to 'modules/networking/firewall.nix')
| -rw-r--r-- | modules/networking/firewall.nix | 1 |
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 |