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:
Naïm Favier 2023-01-16 10:07:57 +01:00 committed by pennae
parent b30e996e6b
commit 556a4a7951

View file

@ -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";