virtualisation.xen.enable

NixOS option

Whether to enable the Xen Project Hypervisor, a virtualisation technology defined as a type-1 hypervisor, which allows multiple virtual machines, known as domains, to run concurrently on the physical machine. NixOS runs as the privileged Domain 0. This option requires a reboot into a Xen kernel to take effect.

type: boolean
Default
false
Example
true
declared in: nixos/modules/virtualisation/xen-dom0.nixView source on NixOS/nixpkgs →