machines: porthos: services: enable fail2ban
This commit is contained in:
parent
13aa8abfaf
commit
b2ce0530dc
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue