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
@@ -22,7 +22,7 @@ with lib;
config = {
# Enable in installer, even if the minimal profile disables it.
services.nixosManual.enable = mkForce true;
documentation.nixos.enable = mkForce true;
# Show the manual.
services.nixosManual.showManual = true;