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