my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

modules/iso/image: remove defaults

isabel cfe37935 68d25001

+3 -3
+3 -3
modules/iso/image.nix
··· 32 32 # volumeID is used is used by stage 1 of the boot process, so it must be distintctive 33 33 volumeID = mkImageMediaOverride name; 34 34 35 - # maximum compression, in exchange for build speed 36 - squashfsCompression = "zstd -Xcompression-level 19"; 37 - 38 35 # remove "-installer" boot menu label 39 36 appendToMenuLabel = ""; 37 + 38 + # remove "minimal" from the name 39 + edition = ""; 40 40 41 41 contents = [ 42 42 {