[nixbox] SSH updates.

This commit is contained in:
jmug
2026-03-04 15:43:12 -08:00
parent fe1c287242
commit 96bc9b8b01
2 changed files with 24 additions and 24 deletions
-2
View File
@@ -241,11 +241,9 @@ in
services.gvfs.enable = true;
services.udisks2.enable = true;
# Enable the OpenSSH daemon.
# Enable the OpenSSH daemon.
services.openssh = {
enable = true;
# ports = [ 69 ];
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";