11 lines
139 B
Nix
11 lines
139 B
Nix
{ ... }:
|
|
{
|
|
services.fail2ban = {
|
|
enable = true;
|
|
maxretry = 10;
|
|
jails.DEFAULT.settings = {
|
|
port = "2200";
|
|
};
|
|
};
|
|
}
|