summaryrefslogtreecommitdiff
path: root/modules/networking/firewall.nix
diff options
context:
space:
mode:
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