virtualisation.xen.store.path

NixOS option

Path to the Xen Store Daemon. This option is useful to switch between the legacy C-based Xen Store Daemon, and the newer OCaml-based Xen Store Daemon, oxenstored.

type: absolute path
Default
${config.virtualisation.xen.package}/bin/oxenstored
Example
${config.virtualisation.xen.package}/bin/xenstored
declared in: nixos/modules/virtualisation/xen-dom0.nixView source on NixOS/nixpkgs →