virtualisation.xen.boot.bios.path

NixOS option

Path to the Xen multiboot binary used for BIOS booting. Unless you’re building your own Xen derivation, you should leave this option as the default value.

type: absolute path
Default
${config.virtualisation.xen.package.boot}/${config.virtualisation.xen.package.multiboot}
Example
${config.virtualisation.xen.package}/boot/xen-${config.virtualisation.xen.package.upstreamVersion}
declared in: nixos/modules/virtualisation/xen-dom0.nixView source on NixOS/nixpkgs →