boot.loader.grub.ipxe
NixOS option
Set of iPXE scripts available for booting from the GRUB boot menu.
type: attribute set of (absolute path or string)Default
{ }Example
declared in: nixos/modules/system/boot/loader/grub/ipxe.nixView source on NixOS/nixpkgs →{ demo = ''
#!ipxe
dhcp
chain http://boot.ipxe.org/demo/boot.php
'';
}