7 lines
89 B
Nix
7 lines
89 B
Nix
|
{
|
||
|
services.fail2ban = {
|
||
|
enable = true;
|
||
|
ignoreIP = [ "192.168.0.0/16" ];
|
||
|
};
|
||
|
}
|