{ ... }: { services = { openssh = { enable = true; ports = [ 10022 ]; openFirewall = true; settings = { PasswordAuthentication = false; KbdInteractiveAuthentication = false; }; }; }; }