nixos-manual: show manual on tty8 by default

This commit is contained in:
Domen Kožar
2014-02-28 13:32:19 +01:00
parent 2438017f30
commit b792394119
+1 -1
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.