Files
Foundry/hosts/nixos/common/optional/fail2ban.nix
T
2026-08-06 09:53:42 -03:00

6 lines
52 B
Nix

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