Fix CrowdSec bouncer api_url to resolve null coercion error
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
509c4cc47d
commit
2b090f1a35
1 changed files with 4 additions and 1 deletions
|
|
@ -22,6 +22,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Firewall bouncer — auto-registers to local CrowdSec API
|
# Firewall bouncer — auto-registers to local CrowdSec API
|
||||||
services.crowdsec-firewall-bouncer.enable = true;
|
services.crowdsec-firewall-bouncer = {
|
||||||
|
enable = true;
|
||||||
|
settings.api_url = "http://127.0.0.1:8080";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue