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:
parent
9a57a2c511
commit
e0de37b15f
5 changed files with 16 additions and 534 deletions
|
|
@ -115,8 +115,5 @@
|
|||
};
|
||||
|
||||
# === CrowdSec ===
|
||||
myModules.crowdsec = {
|
||||
enable = true;
|
||||
enableNginxBouncer = false; # Set to true after configuring bouncer API key
|
||||
};
|
||||
myModules.crowdsec.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue