From 1d42c7d3fa54b6c07461a9b052766423dfc16585 Mon Sep 17 00:00:00 2001 From: satr14 Date: Mon, 6 Jul 2026 15:21:32 +0800 Subject: [PATCH] fix error forgejo --- modules/system/homelab/git.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index c392c0c..42048ac 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -31,10 +31,10 @@ ALLOW_ONLY_EXTERNAL_REGISTRATION = true; ALLOW_ONLY_INTERNAL_REGISTRATION = false; REQUIRE_EXTERNAL_REGISTRATION_PASSWORD = true; - explore = { - DISABLE_USERS_PAGE = true; - DISABLE_ORGANIZATIONS_PAGE = true; - }; + }; + "service.explore" = { + DISABLE_USERS_PAGE = true; + DISABLE_ORGANIZATIONS_PAGE = true; }; user.ENABLE_FOLLOWING = false; repository = {