feat(fail2ban): reduce max retry

This commit is contained in:
Khaïs COLIN 2024-08-29 18:58:07 +02:00
parent b30e6e362d
commit 0765d083c5

View file

@ -1,6 +1,5 @@
{ {
services.fail2ban = { services.fail2ban = {
enable = true; enable = true;
maxretry = 25;
}; };
} }