NixOS/hosts/luna/modules/services/fail2ban.nix

8 lines
80 B
Nix
Raw Normal View History

2023-10-27 23:02:52 -05:00
{ ... }:
{
services.fail2ban = {
enable = true;
maxretry = 10;
2023-10-27 23:02:52 -05:00
};
}