diff --git a/hosts/crayon/git.nix b/hosts/crayon/git.nix index 7fd4476..d3de5d8 100644 --- a/hosts/crayon/git.nix +++ b/hosts/crayon/git.nix @@ -25,6 +25,7 @@ in { DOMAIN = "git.squi.bid"; ROOT_URL = "https://${srv.DOMAIN}/"; HTTP_PORT = 3000; + LANDING_PAGE = "explore"; }; service = { ENABLE_CAPTCHA = true;