aboutsummaryrefslogtreecommitdiff
path: root/profiles/network/firewall.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-10-09 19:21:46 -0700
committerFranck Cuny <franck@fcuny.net>2025-10-09 19:21:46 -0700
commita0c2fdc90aefe9fc2e5d8f75eb7e7a1ef4974b2e (patch)
treeae2bbf86c8392c0722a373ae11ec20abd7201bf8 /profiles/network/firewall.nix
parentmove common modules under modules/ (diff)
downloadinfra-a0c2fdc90aefe9fc2e5d8f75eb7e7a1ef4974b2e.tar.gz
more simplification of the configuration
Diffstat (limited to '')
-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;
- };
- };
-}