Revert "nixos-manual: show manual on tty8 by default"

This reverts commit b792394119.
Starting the manual on tty8 was intended as a convenience during
installation, not as a general purpose thing.  In fact, given that w3m
runs as root, this is highly insecure!
This commit is contained in:
Eelco Dolstra 2014-03-17 12:45:57 +01:00
parent 14af15dbff
commit 1b6c01721d

View file

@ -63,7 +63,7 @@ in
services.nixosManual.showManual = mkOption {
type = types.bool;
default = true;
default = false;
description = ''
Whether to show the NixOS manual on one of the virtual
consoles.