mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Enable prometheus integration for crowdsec
This commit is contained in:
parent
c27ef197f4
commit
c62e58167c
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ in
|
||||||
enrollKeyFile = config.sops.secrets."crowdsec/enrollment-key".path;
|
enrollKeyFile = config.sops.secrets."crowdsec/enrollment-key".path;
|
||||||
settings = {
|
settings = {
|
||||||
api.server.listen_uri = "127.0.0.1:${toString cfg.apiPort}";
|
api.server.listen_uri = "127.0.0.1:${toString cfg.apiPort}";
|
||||||
prometheus.enabled = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
acquisitions =
|
acquisitions =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue