Disable the manual in the minimal profile
This commit is contained in:
parent
59b31f5771
commit
2a1c342887
1 changed files with 1 additions and 0 deletions
|
@ -8,4 +8,5 @@ with lib;
|
|||
{
|
||||
environment.noXlibs = mkDefault true;
|
||||
i18n.supportedLocales = [ config.i18n.defaultLocale ];
|
||||
services.nixosManual.enable = mkDefault false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue