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" ];