{ hostname, ... }: { networking.hostName = hostname; services.openssh = { enable = true; settings = { PermitRootLogin = "prohibit-password"; PasswordAuthentication = false; }; }; }