feat(systems/etna): enable forgejo repo indexer

This commit is contained in:
uku 2025-04-01 15:33:36 +02:00
parent 1d7fcd1f86
commit aba25bd459
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -77,6 +77,10 @@ in
DEFAULT_ACTIONS_URL = "https://github.com"; DEFAULT_ACTIONS_URL = "https://github.com";
}; };
indexer = {
REPO_INDEXER_ENABLED = true;
};
"ui.meta" = { "ui.meta" = {
AUTHOR = "uku's forge"; AUTHOR = "uku's forge";
DESCRIPTION = "the place where literally nothing gets done"; DESCRIPTION = "the place where literally nothing gets done";