summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-09-06 19:17:48 +0000
committerJan Malakhovski <oxij@oxij.org>2018-09-23 20:50:47 +0000
commit0f3b89bbedc1a33cc1fc3c142e235da2c64614c3 (patch)
tree5548b86bfadc118b5912d57b8815e0dc8cd16a26 /nixos/modules/installer
parentfe744d3fb1d61e6f7f7c2f40217364f9577390ca (diff)
downloadnixlib-0f3b89bbedc1a33cc1fc3c142e235da2c64614c3.tar
nixlib-0f3b89bbedc1a33cc1fc3c142e235da2c64614c3.tar.gz
nixlib-0f3b89bbedc1a33cc1fc3c142e235da2c64614c3.tar.bz2
nixlib-0f3b89bbedc1a33cc1fc3c142e235da2c64614c3.tar.lz
nixlib-0f3b89bbedc1a33cc1fc3c142e235da2c64614c3.tar.xz
nixlib-0f3b89bbedc1a33cc1fc3c142e235da2c64614c3.tar.zst
nixlib-0f3b89bbedc1a33cc1fc3c142e235da2c64614c3.zip
nixos: doc: move non-service parts of `service.nixosManual` to `documentation.nixos`
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix b/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
index 7ec09acd5919..90a5128c02a5 100644
--- a/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
+++ b/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
@@ -137,7 +137,7 @@ in
   # Setting vesa, we don't get the nvidia driver, which can't work in arm.
   services.xserver.videoDrivers = [ "vesa" ];
 
-  services.nixosManual.enable = false;
+  documentation.nixos.enable = false;
 
   # Include the firmware for various wireless cards.
   networking.enableRalinkFirmware = true;