11 lines
156 B
Nix
11 lines
156 B
Nix
{
|
|
modulesPath,
|
|
tree,
|
|
...
|
|
}: {
|
|
imports = with tree; [
|
|
(modulesPath + "/profiles/qemu-guest.nix")
|
|
presets.nixos.server-encrypted-drive
|
|
];
|
|
}
|