add fail 2 ban
This commit is contained in:
parent
c8a9fa024b
commit
7a4f242021
1 changed files with 8 additions and 0 deletions
|
@ -66,6 +66,14 @@
|
||||||
# NOTE we manually onboard this machine since it has no secrets uploaded to it
|
# NOTE we manually onboard this machine since it has no secrets uploaded to it
|
||||||
tailscale.useSecretsAuth = false;
|
tailscale.useSecretsAuth = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.fail2ban = {
|
||||||
|
enable = true;
|
||||||
|
ignoreIP = [
|
||||||
|
"100.64.0.0/10"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
mods = {
|
mods = {
|
||||||
common = {
|
common = {
|
||||||
disableRemoteBuildsOnLio = true;
|
disableRemoteBuildsOnLio = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue