From d1c61e2f26778b548cb37143423bce8dcc891e69 Mon Sep 17 00:00:00 2001 From: moni-dz Date: Sun, 29 Dec 2024 19:49:03 +0800 Subject: [PATCH] mistral: enable remediation component --- hosts/mistral/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mistral/configuration.nix b/hosts/mistral/configuration.nix index af432af..b11cd61 100644 --- a/hosts/mistral/configuration.nix +++ b/hosts/mistral/configuration.nix @@ -119,7 +119,7 @@ }; crowdsec-firewall-bouncer = { - enable = false; + enable = true; settings = { api_url = "http://localhost:8080"; api_key = __readFile config.age.secrets.bouncer.path; # yes, this is an antipattern, but if someone's in you are fucked anyway...