nix-config/_/nixos/_mixins/optional/fail2ban.nix

5 lines
52 B
Nix

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