added fail2ban to proxy

This commit is contained in:
Geir Okkenhaug Jerstad 2024-07-02 21:09:25 +00:00
parent a4a20387df
commit 1f3e2beabf

View file

@ -18,7 +18,10 @@ in
# tailscale
services.tailscale.enable = true;
# fail2ban
services.fail2ban.enable = true;
# nginx reverse proxy
services.nginx = {
enable = true;