forked from mirrors/nixpkgs
nixos-manual: show manual on tty8 by default
This commit is contained in:
parent
2438017f30
commit
b792394119
|
@ -63,7 +63,7 @@ in
|
|||
|
||||
services.nixosManual.showManual = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
default = true;
|
||||
description = ''
|
||||
Whether to show the NixOS manual on one of the virtual
|
||||
consoles.
|
||||
|
|
Loading…
Reference in a new issue