mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/gitlab: configure elasticsearch indexer path
This commit is contained in:
parent
f241d5fbd9
commit
8d80108d6d
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ let
|
|||
api_url = "http://${config.services.dockerRegistry.listenAddress}:${toString config.services.dockerRegistry.port}/";
|
||||
issuer = cfg.registry.issuer;
|
||||
};
|
||||
elasticsearch.indexer_path = "${pkgs.gitlab-elasticsearch-indexer}/bin/gitlab-elasticsearch-indexer";
|
||||
extra = {};
|
||||
uploads.storage_path = cfg.statePath;
|
||||
pages = optionalAttrs cfg.pages.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue