nixfiles/hosts/vault/hardware.nix

11 lines
156 B
Nix

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