5 lines
94 B
Nix
5 lines
94 B
Nix
{modulesPath, ...}: {
|
|
imports = [
|
|
(modulesPath + "/virtualisation/xen-domU.nix")
|
|
];
|
|
}
|