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:
ediblerope 2026-04-05 23:05:57 +01:00
parent 509c4cc47d
commit 2b090f1a35

View file

@ -22,6 +22,9 @@
};
# 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";
};
};
}