summary refs log tree commit diff
path: root/nixos/modules/rename.nix
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/rename.nix
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/rename.nix')
-rw-r--r--nixos/modules/rename.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 4a6bdfe83dd2..bc9ff9f63dd7 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -276,6 +276,7 @@ with lib;
 
     (mkRenamedOptionModule [ "programs" "info" "enable" ] [ "documentation" "info" "enable" ])
     (mkRenamedOptionModule [ "programs" "man"  "enable" ] [ "documentation" "man"  "enable" ])
+    (mkRenamedOptionModule [ "services" "nixosManual" "enable" ] [ "documentation" "nixos" "enable" ])
 
   ] ++ (flip map [ "blackboxExporter" "collectdExporter" "fritzboxExporter"
                    "jsonExporter" "minioExporter" "nginxExporter" "nodeExporter"