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 = { virtualisation.libvirtd = {
enable = true; enable = true;
# hooks.qemu = { hooks.qemu = {
# win10 = { is_working = "${pkgs.writeShellScript "testHook.sh" ''
# prepare.begin = { + touch /tmp/qemu_hook_is_working
+ ''}";
# }; };
# };
# };
}; };
}; };
} }