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 {
|
services.nixosManual.showManual = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = true;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to show the NixOS manual on one of the virtual
|
Whether to show the NixOS manual on one of the virtual
|
||||||
consoles.
|
consoles.
|
||||||
|
|
Loading…
Reference in a new issue