relieve some strain on gitea
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
138b3ac7dc
commit
432a7159c6
4 changed files with 13 additions and 8 deletions
|
@ -25,6 +25,11 @@
|
|||
|
||||
services.openssh.startWhenNeeded = false;
|
||||
|
||||
services.fail2ban = {
|
||||
enable = true;
|
||||
maxretry = 3;
|
||||
};
|
||||
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
domain = "git.0x76.dev";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue