services/misc/nixos-manual.nix: Remove

Running the manual on a TTY is useless in the graphical ISOs and not
particularly useful in non-graphical ISOs (since you can also run
'nixos-help').

Fixes #83157.
This commit is contained in:
Eelco Dolstra
2020-03-24 15:25:20 +01:00
parent 50281a823f
commit aebf9a4709
5 changed files with 2 additions and 80 deletions
@@ -26,7 +26,6 @@ with lib;
# Show the manual.
documentation.nixos.enable = mkForce true;
services.nixosManual.showManual = true;
# Let the user play Rogue on TTY 8 during the installation.
#services.rogue.enable = true;