homelab/hosts/physique/hyponix/services/fail2ban.nix
2025-08-06 00:18:58 +02:00

8 lines
112 B
Nix

{ ... }:
{
services.fail2ban = {
enable = true;
};
services.openssh.settings.LogLevel = "VERBOSE";
}