NixOS-Config/hosts/extern/modules/default.nix

5 lines
86 B
Nix

{ modulesPath, ... }:
{
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
}