From c477f001edd097937d03d65267e97258296f3255 Mon Sep 17 00:00:00 2001 From: rogueking Date: Mon, 18 Aug 2025 23:26:12 -0700 Subject: [PATCH] darwin fixes --- hosts/buildbox/configuration.nix | 2 +- hosts/eva-02/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/buildbox/configuration.nix b/hosts/buildbox/configuration.nix index 53dd61f..1759d1e 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" ]; diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index 79a68fe..6291c4a 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -126,7 +126,7 @@ # Enable OpenSSH daemon services.openssh = { enable = true; - ports = [ 22 ]; + # ports = [ 22 ]; settings = { PasswordAuthentication = true; AllowUsers = [ "rogueking" ];