From e5554963d1520772c9e855b6e4d08cff531b9e28 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 7 Apr 2025 00:07:38 +0100 Subject: [PATCH] feat: enable better repo searching --- applications/git/forgejo.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/applications/git/forgejo.nix b/applications/git/forgejo.nix index c7b3572..aa8fd86 100644 --- a/applications/git/forgejo.nix +++ b/applications/git/forgejo.nix @@ -105,6 +105,11 @@ in { 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 # "repository.signing" = { # SIGNING_KEY = "5B2DED0FE9F8627A";