From 35de436105452069ef23ab56c113e4123d00aca2 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sun, 31 May 2026 10:56:58 +0000 Subject: [PATCH] fix: `lab`: gitea --- nixos/system/hectic-lab/hectic-lab.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/system/hectic-lab/hectic-lab.nix b/nixos/system/hectic-lab/hectic-lab.nix index 7aa4ae7e..dc070294 100644 --- a/nixos/system/hectic-lab/hectic-lab.nix +++ b/nixos/system/hectic-lab/hectic-lab.nix @@ -257,8 +257,9 @@ in { enable = true; settings.service.DISABLE_REGISTRATION = false; settings.server = { - HTTP_PORT = 11011; - SSH_PORT = 11012; + HTTP_PORT = 11011; + #SSH_PORT = 11012; + SSH_DOMAIN = "hectic-lab.com"; }; database = { createDatabase = true;