From 306cee5a6e7aa7b649ded8b3adefdfdd751b175c Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Tue, 4 Feb 2025 20:26:34 +0100 Subject: [PATCH] Add fail2ban to tien --- hosts/tien/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tien/configuration.nix b/hosts/tien/configuration.nix index e158e91..484650a 100644 --- a/hosts/tien/configuration.nix +++ b/hosts/tien/configuration.nix @@ -68,7 +68,7 @@ }; }; - + services.fail2ban.enable = true; services.tailscale.enable = true; system.stateVersion = "24.05";