From 37f3ad702aac2b1bbc443536d3a13ffd668bb975 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 21 Jul 2025 17:44:42 -0400 Subject: [PATCH] Enable fail2ban on router. --- hosts/router/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/router/default.nix b/hosts/router/default.nix index 2364358..9103b6b 100644 --- a/hosts/router/default.nix +++ b/hosts/router/default.nix @@ -276,7 +276,6 @@ }; }; }; - caddy = { enable = true; virtualHosts."router.tailc50184.ts.net".extraConfig = '' @@ -292,6 +291,7 @@ ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="00:e2:69:96:fb:6b", NAME="lan3" ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="00:e2:69:96:fb:6c", NAME="lan4" ''; + fail2ban.enable = true; }; # Enable the Flakes feature and the accompanying new nix command-line tool