diff --git a/hosts/architect/gitea.nix b/hosts/architect/gitea.nix index 064dbc2..90ebe2a 100644 --- a/hosts/architect/gitea.nix +++ b/hosts/architect/gitea.nix @@ -11,9 +11,11 @@ in domain = domain; appName = "Gitea"; rootUrl = "https://${domain}"; - ssh.clonePort = 22; settings = { - server.LFS_START_SERVER = true; + server = { + LFS_START_SERVER = true; + SSH_PORT = 22; + }; openid.enable_openid_signin = true; }; };