1{ 2 services.openssh = { 3 enable = true; 4 ports = [ 69 ]; 5 settings = { 6 PasswordAuthentication = false; 7 PermitRootLogin = "no"; 8 }; 9 }; 10}