feat: enable better repo searching

This commit is contained in:
silver 2025-04-07 00:07:38 +01:00
parent 5f5e54efd6
commit e5554963d1
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -105,6 +105,11 @@ in {
DEFAULT_ACTIONS_URL = "github"; DEFAULT_ACTIONS_URL = "github";
}; };
indexer = {
# Will consume more disk space, but we have plenty of that
REPO_INDEXER_ENABLED = true;
};
# Allow for signing off merge requests # Allow for signing off merge requests
# "repository.signing" = { # "repository.signing" = {
# SIGNING_KEY = "5B2DED0FE9F8627A"; # SIGNING_KEY = "5B2DED0FE9F8627A";