diff --git a/clients/quadraticserver/forgejo.nix b/clients/quadraticserver/forgejo.nix index b679a28..f82b77c 100644 --- a/clients/quadraticserver/forgejo.nix +++ b/clients/quadraticserver/forgejo.nix @@ -19,10 +19,15 @@ ROOT_URL = "https://${domain}"; HTTP_ADDR = socket; PROTOCOL = "http+unix"; + START_SSH_SERVER = true; SSH_LISTEN_PORT = 2222; BUILTIN_SSH_SERVER_USER = "git"; + + LANDING_PAGE = "explore"; }; + + federation.enable = true; }; };