From afc111a9831ef3ccb31b3b6dfd7d6ca9e5f89368 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 9 Nov 2025 20:14:20 -0800 Subject: [PATCH] hosts/test-nixos: disable crowdsec-firewall-bouncer --- hosts/test-nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/test-nixos/default.nix b/hosts/test-nixos/default.nix index 1565c08..68cadc7 100644 --- a/hosts/test-nixos/default.nix +++ b/hosts/test-nixos/default.nix @@ -22,7 +22,7 @@ }; crowdsec-firewall-bouncer = { - enable = true; + enable = false; apiKeyFile = config.sops.secrets."crowdsec/firewallBouncerLapiKey".path; };