virtualisation: shutdown on shutdown

This commit is contained in:
2023-03-11 09:48:31 +01:00
parent c5c9dcd5bd
commit 988e533772

View File

@@ -17,6 +17,7 @@
vswitch.enable = true;
libvirtd = {
enable = true; # Virtual drivers
onShutdown = "shutdown";
#qemuPackage = pkgs.qemu_kvm; # Default
qemu = {
runAsRoot = false;