summaryrefslogtreecommitdiff
path: root/modules/common/qemu.nix
blob: 231d13ab5357c4d7a1565d1c92eaff8080f11370 (plain)
1
2
3
4
5
6
{modulesPath, ...}: {
  imports = [
    (modulesPath + "/installer/scan/not-detected.nix")
    (modulesPath + "/profiles/qemu-guest.nix")
  ];
}