diff options
| author | Fuwn <[email protected]> | 2024-09-25 02:57:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-25 02:57:36 -0700 |
| commit | 879910dce240c67cc077274fda6a1d55ae4f47cc (patch) | |
| tree | 9187a21081c834ca72f0d9635b53847fe133f82c /modules/desktop/networking/firewall/default.nix | |
| parent | nix: clean with nh (diff) | |
| download | nixos-config-879910dce240c67cc077274fda6a1d55ae4f47cc.tar.xz nixos-config-879910dce240c67cc077274fda6a1d55ae4f47cc.zip | |
firewall: move to core
Diffstat (limited to 'modules/desktop/networking/firewall/default.nix')
| -rw-r--r-- | modules/desktop/networking/firewall/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/desktop/networking/firewall/default.nix b/modules/desktop/networking/firewall/default.nix deleted file mode 100644 index 074f398..0000000 --- a/modules/desktop/networking/firewall/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - imports = [ ./fail2ban.nix ]; - - networking.firewall = { - enable = true; - allowPing = false; - logReversePathDrops = true; - logRefusedConnections = false; - checkReversePath = "loose"; - }; -} |