inputs: { config, pkgs, modulesPath, lib, ... }: { services.openssh = { enable = true; settings.PasswordAuthentication = false; }; }