homelab/hosts/physique/hyponix/services/fail2ban.nix
2026-01-05 19:40:23 +01:00

12 lines
161 B
Nix

{ ... }:
{
services.fail2ban = {
enable = true;
ignoreIP = [
"zamok.crans.org"
];
};
services.openssh.settings.LogLevel = "VERBOSE";
}