From fa03b166a42e2d5df6359fd5175f0c6bee5ab01f Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 11 Dec 2025 20:39:23 +0000 Subject: [PATCH] gitae landing --- modules/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gitea.nix b/modules/gitea.nix index aec48e7..e23e733 100644 --- a/modules/gitea.nix +++ b/modules/gitea.nix @@ -21,6 +21,7 @@ SAME_SITE = "strict"; }; api.ENABLE_SWAGGER = false; + server.LANDING_PAGE = "organizations"; }; };