From 2477acdfc7c529692631aee03efa01f96124d53c Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Fri, 1 May 2026 03:57:21 +0000 Subject: [PATCH] fix: services.fail2ban top-level options - no findtime, maxretry lowercase --- hosts/lazyworkhorse/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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";