From 4e41129ac349c5c031b4ecedcb022630b14100da Mon Sep 17 00:00:00 2001 From: rogueking Date: Mon, 18 Aug 2025 23:25:39 -0700 Subject: [PATCH] darwin fixes --- hosts/buildbox/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/buildbox/configuration.nix b/hosts/buildbox/configuration.nix index 1759d1e..53dd61f 100644 --- a/hosts/buildbox/configuration.nix +++ b/hosts/buildbox/configuration.nix @@ -131,7 +131,7 @@ # Enable OpenSSH daemon services.openssh = { enable = true; - ports = [ 22 ]; + # ports = [ 22 ]; settings = { PasswordAuthentication = true; AllowUsers = [ "rogueking" ];