{ services.openssh = { enable = true; ports = [ 69 ]; settings = { PasswordAuthentication = false; PermitRootLogin = "no"; }; }; }