mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Fix crowdsec acquisitions
This commit is contained in:
parent
0a3b9eaa5f
commit
9ebb4156b2
1 changed files with 2 additions and 3 deletions
|
|
@ -38,10 +38,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.crowdsec.packages.${pkgs.system}.crowdsec;
|
package = inputs.crowdsec.packages.${pkgs.system}.crowdsec;
|
||||||
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}";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
allowLocalJournalAccess = true;
|
||||||
acquisitions =
|
acquisitions =
|
||||||
let
|
let
|
||||||
mkAcquisition =
|
mkAcquisition =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue