From 7dfa736c0264813f330b0d2afb982cbd2a63aede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Thu, 10 Apr 2025 17:05:34 +0200 Subject: [PATCH] s02Enrich and all not working in crowdsec module : formats.yaml.generate not working properly (no quote around string when spaces) ? --- services/nginx/default.nix | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/services/nginx/default.nix b/services/nginx/default.nix index 2d8b452..3ffdaaf 100644 --- a/services/nginx/default.nix +++ b/services/nginx/default.nix @@ -60,30 +60,6 @@ in { }; } ]; - parsers.s02Enrich = [ - { - name = "custom/whitelists"; - description = "Whitelist Gateway IP for VPN access"; - whitelist = { - reason = "Whitelist for Gateway IP"; - ip = [ - "192.168.1.254" - ]; - }; - } - ]; - postOverflows.s01Whitelist = [ - { - name = "custom/whitelists"; - description = "Whitelist Gateway IP for VPN access"; - whitelist = { - reason = "Whitelist for Gateway IP"; - ip = [ - "192.168.1.254" - ]; - }; - } - ]; }; }; fail2ban = {