mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue