nixos/installation-cd-minimal: include HTML doc
Although we don't really need HTML documentation in the minimal installer, not including it may cause annoying cache misses in the case of the NixOS manual.
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
|
||||
documentation.man.enable = lib.mkOverride 500 true;
|
||||
|
||||
# Although we don't really need HTML documentation in the minimal installer,
|
||||
# not including it may cause annoying cache misses in the case of the NixOS manual.
|
||||
documentation.doc.enable = lib.mkOverride 500 true;
|
||||
|
||||
fonts.fontconfig.enable = lib.mkForce false;
|
||||
|
||||
isoImage.edition = lib.mkForce "minimal";
|
||||
|
||||
Reference in New Issue
Block a user