diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 51a8cf3..c69a6ce 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -87,7 +87,7 @@ in hostName = "nixbld"; hostId = "e423f012"; firewall = { - allowedTCPPorts = [ 53 80 443 7402 ]; + allowedTCPPorts = [ 53 80 443 2222 7402 ]; allowedUDPPorts = [ 53 67 500 4500 ]; trustedInterfaces = [ netifLan ]; }; @@ -750,6 +750,10 @@ in server = { ROOT_URL = "https://git.m-labs.hk/"; HTTP_PORT = 3001; + DISABLE_SSH = false; + SSH_CREATE_AUTHORIZED_KEYS_FILE = false; + START_SSH_SERVER = true; + SSH_PORT = 2222; }; indexer = {