Fix hooks
This commit is contained in:
parent
99f35649f2
commit
c78f53567d
1 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
+ ''}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue