nixos: doc: move non-service parts of service.nixosManual to documentation.nixos

This commit is contained in:
Jan Malakhovski
2018-09-23 20:50:47 +00:00
parent fe744d3fb1
commit 0f3b89bbed
8 changed files with 126 additions and 109 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ with lib;
i18n.supportedLocales = [ (config.i18n.defaultLocale + "/UTF-8") ];
documentation.enable = mkDefault false;
services.nixosManual.enable = mkDefault false;
documentation.nixos.enable = mkDefault false;
sound.enable = mkDefault false;
}