diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index 8a51fd3..3f81b43 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -356,8 +356,7 @@ # Fail2ban - automatic IP banning services.fail2ban = { enable = true; - maxRetry = 3; - findtime = 600; + maxretry = 3; bantime = 3600; banaction = "iptables-multiport";