Fix hooks

This commit is contained in:
Florian RICHER 2024-05-08 12:29:11 +02:00
parent 99f35649f2
commit c78f53567d

View file

@ -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
+ ''}";
};
};
};
}