nixConfig/nixos/roles/vm.nix

8 lines
100 B
Nix

{
modulesPath,
...
}: {
imports = [
(modulesPath + "/virtualisation/xen-domU.nix")
];
}