{ ... }: { services.openssh = { enable = true; settings = { PasswordAuthentication = false; PermitRootLogin = "prohibit-password"; }; ports = [ 2200 ]; }; }