fix: services.fail2ban top-level options - no findtime, maxretry lowercase

This commit is contained in:
2026-05-01 03:57:21 +00:00
parent 81c25d3f20
commit 2477acdfc7

View File

@@ -356,8 +356,7 @@
# Fail2ban - automatic IP banning
services.fail2ban = {
enable = true;
maxRetry = 3;
findtime = 600;
maxretry = 3;
bantime = 3600;
banaction = "iptables-multiport";