12 lines
161 B
Nix
12 lines
161 B
Nix
{ ... }:
|
|
{
|
|
services.fail2ban = {
|
|
enable = true;
|
|
|
|
ignoreIP = [
|
|
"zamok.crans.org"
|
|
];
|
|
};
|
|
|
|
services.openssh.settings.LogLevel = "VERBOSE";
|
|
}
|