nixos: installation: make installation ISOs USB bootable

wip/yesman
Bob van der Linden 10 years ago committed by Luca Bruno
parent 455db168b3
commit b7f6a138b1
  1. 3
      nixos/modules/installer/cd-dvd/installation-cd-base.nix

@ -36,6 +36,9 @@ with lib;
# EFI booting
isoImage.makeEfiBootable = true;
# USB booting
isoImage.makeUsbBootable = true;
# Add Memtest86+ to the CD.
boot.loader.grub.memtest86.enable = true;

Loading…
Cancel
Save