added fail2ban to proxy
This commit is contained in:
parent
a4a20387df
commit
1f3e2beabf
|
@ -18,7 +18,10 @@ in
|
|||
|
||||
# tailscale
|
||||
services.tailscale.enable = true;
|
||||
|
||||
|
||||
# fail2ban
|
||||
services.fail2ban.enable = true;
|
||||
|
||||
# nginx reverse proxy
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue