{ ... }: { services.openssh = { enable = true; openFirewall = true; settings = { PasswordAuthentication = false; PermitRootLogin = "no"; }; }; programs.ssh.startAgent = true; }