bib3.de-nixos/fail2ban.nix

8 lines
74 B
Nix

{config, pkgs, ...}:
{
services.fail2ban = {
enable = true;
};
}