add fail 2 ban

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-13 11:24:04 -05:00
parent c8a9fa024b
commit 7a4f242021

View file

@ -66,6 +66,14 @@
# NOTE we manually onboard this machine since it has no secrets uploaded to it
tailscale.useSecretsAuth = false;
};
services.fail2ban = {
enable = true;
ignoreIP = [
"100.64.0.0/10"
];
};
mods = {
common = {
disableRemoteBuildsOnLio = true;