Compare commits

...

2 commits

Author SHA1 Message Date
Bruno BELANYI c476d73063 nixos: services: grocy: add note about fail2ban
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-09-22 02:21:01 +02:00
Bruno BELANYI 5217f2d1b6 nixos: services: flood: add note about fail2ban 2024-09-22 02:13:30 +02:00
2 changed files with 4 additions and 0 deletions

View file

@ -27,5 +27,7 @@ in
inherit (cfg) port;
};
};
# NOTE: unfortunately flood does not log connection failures for fail2ban
};
}

View file

@ -36,5 +36,7 @@ in
forceSSL = true;
useACMEHost = config.networking.domain;
};
# NOTE: unfortunately grocy does not log connection failures for fail2ban
};
}