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 string
Default
[ ]
Example
[
  "iommu=force:true,qinval:true,debug:true"
  "noreboot=true"
  "vga=ask"
]
declared in: nixos/modules/virtualisation/xen-dom0.nixView source on NixOS/nixpkgs →