{
config,
pkgs,
...
}: {
imports = [ ./ssh-agent.nix ];
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
};
}