nixfiles/hosts/vault/hardware.nix

11 lines
156 B
Nix
Raw Normal View History

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