aboutsummaryrefslogtreecommitdiff
path: root/profiles/network/firewall.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/network/firewall.nix')
-rw-r--r--profiles/network/firewall.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/profiles/network/firewall.nix b/profiles/network/firewall.nix
deleted file mode 100644
index b29dc31..0000000
--- a/profiles/network/firewall.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ ... }:
-{
- networking = {
- firewall = {
- enable = true;
- allowPing = true;
- logRefusedConnections = false;
- };
- };
-}