From e6dd3fffdd95b9e87281d16345965acd1f67121d Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 20 Jan 2025 01:48:04 -0500 Subject: [PATCH] forgejo: enable repo indexer --- hosts/chunk/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/chunk/forgejo.nix b/hosts/chunk/forgejo.nix index 0b644a2..07d0e69 100644 --- a/hosts/chunk/forgejo.nix +++ b/hosts/chunk/forgejo.nix @@ -20,6 +20,7 @@ }; actions.ENABLED = false; repository.ENABLE_PUSH_CREATE_USER = true; + indexer.REPO_INDEXER_ENABLED = true; }; database = { type = "postgres";