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 pathDefault
${config.virtualisation.xen.package.boot}/${config.virtualisation.xen.package.multiboot}Example
declared in: nixos/modules/virtualisation/xen-dom0.nixView source on NixOS/nixpkgs →${config.virtualisation.xen.package}/boot/xen-${config.virtualisation.xen.package.upstreamVersion}