From 22c8dcae4b2a64c6b79f9e47d118606b5e2f32cd Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 7 Mar 2026 14:10:02 +0700 Subject: [PATCH] enable git ssh --- modules/system/homelab/git.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;