nixos/installation-cd-minimal: allow overwriting isoImage.edition with mkForce like other options
For good measure also changed fontconfig
This commit is contained in:
parent
71328eb7f0
commit
eceb5b2f8c
@ -18,7 +18,7 @@
|
||||
# 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;
|
||||
fonts.fontconfig.enable = lib.mkOverride 500 false;
|
||||
|
||||
isoImage.edition = lib.mkForce "minimal";
|
||||
isoImage.edition = lib.mkOverride 500 "minimal";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user