diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 6a8c6cc..1ca959b 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -14,7 +14,8 @@ #}; settings = { server = { - DISABLE_SSH = true; + DISABLE_SSH = false; + SSH_PORT = 5822; DOMAIN = "git.${homelab.domain}"; HTTP_ADDR = "127.0.0.1"; HTTP_PORT = 5080;