machines: porthos: services: enable fail2ban

This commit is contained in:
Bruno BELANYI 2023-02-20 09:04:23 +00:00
parent 13aa8abfaf
commit b2ce0530dc
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ in
secretFile = secrets."drone/gitea".path;
sharedSecretFile = secrets."drone/secret".path;
};
# Auto-ban spammy bots and incorrect logins
fail2ban = {
enable = true;
};
# Flood UI for transmission
flood = {
enable = true;