virtualisation.xen.boot.params
NixOS option
Xen Command Line parameters passed to Domain 0 at boot time. Note: these are different from boot.kernelParams. See the Xen documentation for more information.
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/virtualisation/xen-dom0.nixView source on NixOS/nixpkgs →[ "iommu=force:true,qinval:true,debug:true" "noreboot=true" "vga=ask" ]