MyNixOS website logo
option

virtualisation.xen.bootParams

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.

Declarations
Type
list of string
Default
[ ]
Example
''
  [
    "iommu=force:true,qinval:true,debug:true"
    "noreboot=true"
    "vga=ask"
  ]
''