From f95e5323fb995b82925e497a367ffedb37d96e2d Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Mon, 25 Sep 2023 10:49:56 +0100 Subject: [PATCH] Enable Forgejo indexer --- nix/nas/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/nas/configuration.nix b/nix/nas/configuration.nix index 6ad629d..4e5d9a3 100644 --- a/nix/nas/configuration.nix +++ b/nix/nas/configuration.nix @@ -346,6 +346,9 @@ CRUD_ACTIONS = "always"; MERGES = "always"; }; + indexer = { + REPO_INDEXER_ENABLED = true; + }; }; }; gitea-actions-runner = {