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

8 lines
80 B
Nix
Raw Normal View History

2024-05-03 14:35:00 -05:00
{ ... }:
{
services.fail2ban = {
enable = true;
maxretry = 10;
};
}