aether/modules/fail2ban.nix

5 lines
48 B
Nix
Raw Normal View History

2024-07-21 01:44:38 -04:00
{ ... }:
{
services.fail2ban.enable = true;
}