From 956030403a24f96a26520dbc05001efaa74f8865 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 8 Sep 2025 08:44:45 -0400 Subject: homelab: working on ssh and git --- nixos/modules/homelab/core/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/homelab/core') diff --git a/nixos/modules/homelab/core/ssh.nix b/nixos/modules/homelab/core/ssh.nix index 1b4b559..9995b1c 100644 --- a/nixos/modules/homelab/core/ssh.nix +++ b/nixos/modules/homelab/core/ssh.nix @@ -7,7 +7,7 @@ in { config = lib.mkIf cfg.enable { services.openssh = { enable = true; - ports = [ 2200 ]; + ports = [ 22 2200 ]; settings = { PermitRootLogin = "no"; PasswordAuthentication = false; -- cgit v1.2.3