nix/nixos/services/fail2ban.nix

5 lines
59 B
Nix

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