slateport/fail2ban: enable bantime-increment
Some checks failed
git-mirror / gitlab-sync (push) Has been cancelled
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-09-06 22:06:18 -04:00
parent 4a56e272d7
commit 29ff2d2b40

View file

@ -39,6 +39,7 @@ in {
fail2ban = {
enable = true;
bantime = "1h";
bantime-increment.enable = true;
};
homepage-dashboard = {