darwin fixes

This commit is contained in:
2025-08-18 23:25:39 -07:00
parent d05cabc53a
commit 4e41129ac3
+1 -1
View File
@@ -131,7 +131,7 @@
# Enable OpenSSH daemon
services.openssh = {
enable = true;
ports = [ 22 ];
# ports = [ 22 ];
settings = {
PasswordAuthentication = true;
AllowUsers = [ "rogueking" ];