Disable the manual in the minimal profile

This commit is contained in:
Eelco Dolstra 2015-05-26 20:20:53 +02:00
parent 59b31f5771
commit 2a1c342887

View file

@ -8,4 +8,5 @@ with lib;
{
environment.noXlibs = mkDefault true;
i18n.supportedLocales = [ config.i18n.defaultLocale ];
services.nixosManual.enable = mkDefault false;
}