forked from Fachschaft/nixConfig
8 lines
100 B
Nix
8 lines
100 B
Nix
{
|
|
modulesPath,
|
|
...
|
|
}: {
|
|
imports = [
|
|
(modulesPath + "/virtualisation/xen-domU.nix")
|
|
];
|
|
}
|