{ services.openssh = { enable = true; openFirewall = false; settings = { PasswordAuthentication = false; PermitRootLogin = "prohibit-password"; }; }; }