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