From 52e1801f73095ac519e881628da1748e8dcfac45 Mon Sep 17 00:00:00 2001 From: satr14 Date: Mon, 6 Jul 2026 07:25:29 +0700 Subject: [PATCH] simplify home page --- modules/system/homelab/git.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 5f6bfa7..c392c0c 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -31,6 +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; + }; }; user.ENABLE_FOLLOWING = false; repository = {