···104104 # Note: this is set here rather than up there so that changing
105105 # nixos.label would not rebuild manual pages
106106 services.getty.greetingLine = mkDefault ''<<< Welcome to NixOS ${config.system.nixos.label} (\m) - \l >>>'';
107107+ services.getty.helpLine = mkIf (config.documentation.nixos.enable && config.documentation.doc.enable) "\nRun 'nixos-help' for the NixOS manual.";
107108108109 systemd.services."getty@" =
109110 { serviceConfig.ExecStart = [