From a0c2fdc90aefe9fc2e5d8f75eb7e7a1ef4974b2e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Oct 2025 19:21:46 -0700 Subject: more simplification of the configuration --- profiles/network/fail2ban.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 profiles/network/fail2ban.nix (limited to 'profiles/network/fail2ban.nix') diff --git a/profiles/network/fail2ban.nix b/profiles/network/fail2ban.nix deleted file mode 100644 index 6aa6613..0000000 --- a/profiles/network/fail2ban.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ ... }: -{ - services.fail2ban = { - enable = true; - ignoreIP = [ - "10.100.0.0/24" # wireguard - ]; - bantime = "1h"; - bantime-increment = { - enable = true; - maxtime = "168h"; - factor = "4"; - }; - }; -} -- cgit v1.2.3