summary refs log tree commit diff
path: root/nixos/modules/services/misc/nixos-manual.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-17 12:45:57 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-17 12:45:57 +0100
commit1b6c01721d3853860903a605575b8eddd56c2db1 (patch)
tree9da56e4d1f06f0b48ab454b50ae9e67a763aaf00 /nixos/modules/services/misc/nixos-manual.nix
parent14af15dbff21ad91e7633d91f2c7ba1bc5badd77 (diff)
downloadnixlib-1b6c01721d3853860903a605575b8eddd56c2db1.tar
nixlib-1b6c01721d3853860903a605575b8eddd56c2db1.tar.gz
nixlib-1b6c01721d3853860903a605575b8eddd56c2db1.tar.bz2
nixlib-1b6c01721d3853860903a605575b8eddd56c2db1.tar.lz
nixlib-1b6c01721d3853860903a605575b8eddd56c2db1.tar.xz
nixlib-1b6c01721d3853860903a605575b8eddd56c2db1.tar.zst
nixlib-1b6c01721d3853860903a605575b8eddd56c2db1.zip
Revert "nixos-manual: show manual on tty8 by default"
This reverts commit b792394119b8ffc4a2fd34a67048fe205a08dcd7.
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!
Diffstat (limited to 'nixos/modules/services/misc/nixos-manual.nix')
-rw-r--r--nixos/modules/services/misc/nixos-manual.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/nixos-manual.nix b/nixos/modules/services/misc/nixos-manual.nix
index 9a5b170d5e66..1a8b85db3290 100644
--- a/nixos/modules/services/misc/nixos-manual.nix
+++ b/nixos/modules/services/misc/nixos-manual.nix
@@ -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.