nixos/roles/fail2ban.nix

7 lines
89 B
Nix

{
services.fail2ban = {
enable = true;
ignoreIP = [ "192.168.0.0/16" ];
};
}