diff --git a/hosts/nrec-nixos01/default.nix b/hosts/nrec-nixos01/default.nix index 0047439..5e8f064 100644 --- a/hosts/nrec-nixos01/default.nix +++ b/hosts/nrec-nixos01/default.nix @@ -1,7 +1,8 @@ -{ ... }: +{ modulesPath, ... }: { imports = [ ./configuration.nix ../../system/packages.nix + (modulesPath + "/profiles/qemu-guest.nix") ]; }