boot.loader.grub.ipxe

Set of iPXE scripts available for booting from the GRUB boot menu.

Type
attribute set of (absolute path or string)
Default
{ }
Example
{ demo = ''
    #!ipxe
    dhcp
    chain http://boot.ipxe.org/demo/boot.php
  '';
}
Declared
<nixpkgs/nixos/modules/system/boot/loader/grub/ipxe.nix>