diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:21:46 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:21:46 -0700 |
| commit | a0c2fdc90aefe9fc2e5d8f75eb7e7a1ef4974b2e (patch) | |
| tree | ae2bbf86c8392c0722a373ae11ec20abd7201bf8 /profiles/network/firewall.nix | |
| parent | move common modules under modules/ (diff) | |
| download | infra-a0c2fdc90aefe9fc2e5d8f75eb7e7a1ef4974b2e.tar.gz | |
more simplification of the configuration
Diffstat (limited to '')
| -rw-r--r-- | profiles/network/firewall.nix | 10 |
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; - }; - }; -} |
