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 = {
|
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
|
||||||
|
+ ''}";
|
||||||
# };
|
};
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue