mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11: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;
|
||||
package = inputs.crowdsec.packages.${pkgs.system}.crowdsec;
|
||||
enrollKeyFile = config.sops.secrets."crowdsec/enrollment-key".path;
|
||||
settings = {
|
||||
api.server.listen_uri = "127.0.0.1:${toString cfg.apiPort}";
|
||||
};
|
||||
settings.api.server.listen_uri = "127.0.0.1:${toString cfg.apiPort}";
|
||||
|
||||
allowLocalJournalAccess = true;
|
||||
acquisitions =
|
||||
let
|
||||
mkAcquisition =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue