machines: porthos: services: enable fail2ban
This commit is contained in:
parent
13aa8abfaf
commit
b2ce0530dc
|
@ -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…
Reference in a new issue