3
0
Fork 0
forked from mirrors/nixpkgs

nixos-manual: show manual on tty8 by default

This commit is contained in:
Domen Kožar 2014-02-28 13:32:08 +01:00
parent 2438017f30
commit b792394119

View file

@ -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.