darwin fixes

This commit is contained in:
2025-08-18 23:26:12 -07:00
parent 4e41129ac3
commit c477f001ed
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@
# Enable OpenSSH daemon
services.openssh = {
enable = true;
# ports = [ 22 ];
ports = [ 22 ];
settings = {
PasswordAuthentication = true;
AllowUsers = [ "rogueking" ];

View File

@@ -126,7 +126,7 @@
# Enable OpenSSH daemon
services.openssh = {
enable = true;
ports = [ 22 ];
# ports = [ 22 ];
settings = {
PasswordAuthentication = true;
AllowUsers = [ "rogueking" ];