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