flake: bump inputs

Update `fail2ban` to accomodate for RFC-42 migration.
This commit is contained in:
Bruno BELANYI 2023-07-21 22:33:47 +02:00
parent 65de9c5a0e
commit ae8d8d75fd
2 changed files with 25 additions and 25 deletions

View file

@ -28,10 +28,10 @@ in
rndtime = "5m"; # Use 5 minute jitter to avoid unban evasion
};
jails.DEFAULT = '';
findtime = 4h
bantime = 10m
'';
jails.DEFAULT.settings = {
findtime = "4h";
bantime = "10m";
};
};
};
}