From 01c87c3ff626c72624806e741f32c2ebcf0336b7 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:20:52 +0400 Subject: [PATCH] i must be the reason why --- hosts/sakoserver/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakoserver/configuration.nix b/hosts/sakoserver/configuration.nix index 2511d501..0cd70a07 100644 --- a/hosts/sakoserver/configuration.nix +++ b/hosts/sakoserver/configuration.nix @@ -65,6 +65,7 @@ nginx.enable = true; postgresql.enable = true; redis.enable = true; + fail2ban.enable = true; services = { forgejo.enable = true; headscale.enable = true;