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;