nixos: doc: fix minimal profile and installer configs

This commit is contained in:
Jan Malakhovski 2018-09-24 21:01:24 +00:00
parent 3c0cced272
commit 1a6ce11518
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -12,7 +12,6 @@ with lib;
i18n.supportedLocales = [ (config.i18n.defaultLocale + "/UTF-8") ];
documentation.enable = mkDefault false;
documentation.nixos.enable = mkDefault false;
sound.enable = mkDefault false;
}