diff --git a/modules/gpuPassthrough/default.nix b/modules/gpuPassthrough/default.nix index 4ed4a54..7c65fdf 100644 --- a/modules/gpuPassthrough/default.nix +++ b/modules/gpuPassthrough/default.nix @@ -16,13 +16,11 @@ with lib; virtualisation.libvirtd = { enable = true; - # hooks.qemu = { - # win10 = { - # prepare.begin = { - - # }; - # }; - # }; + hooks.qemu = { + is_working = "${pkgs.writeShellScript "testHook.sh" '' ++ touch /tmp/qemu_hook_is_working ++ ''}"; + }; }; }; } \ No newline at end of file