mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 08:58:12 +00:00
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:
parent
14af15dbff
commit
1b6c01721d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user