{ pkgs, ... }: { environment.systemPackages = with pkgs; [ kitty.terminfo ]; services.openssh = { enable = true; settings = { PasswordAuthentication = false; PrintMotd = false; }; }; }