fix: simplify CrowdSec module

Remove LAPI server config causing null coercion error.
Detection-only mode for now; bouncer can be added later.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 13:50:33 +01:00
parent 9a57a2c511
commit e0de37b15f
5 changed files with 16 additions and 534 deletions

View file

@ -115,8 +115,5 @@
};
# === CrowdSec ===
myModules.crowdsec = {
enable = true;
enableNginxBouncer = false; # Set to true after configuring bouncer API key
};
myModules.crowdsec.enable = true;
}