diff --git a/modules/profiles/vm.nix b/modules/profiles/vm.nix index 75c7eab..890c250 100644 --- a/modules/profiles/vm.nix +++ b/modules/profiles/vm.nix @@ -1,5 +1,8 @@ -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, modulesPath, ... }: { + imports = [ + (modulesPath + "/profiles/qemu-guest.nix") + ]; #enable qemu-guestagent services.qemuGuest.enable = true; } \ No newline at end of file