NixOS/hosts/luna/modules/services/fail2ban.nix
2023-12-07 09:05:24 -06:00

8 lines
80 B
Nix

{ ... }:
{
services.fail2ban = {
enable = true;
maxretry = 10;
};
}