qemu: updated settings for 21.11

This commit is contained in:
Serĉanto de Scio 2022-01-14 08:21:33 +10:00
parent b32e2eba86
commit 60b74fe49c
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -170,15 +170,15 @@
qemu = {
#package = pkgs.qemu_kvm; # Enable guest only for the same arch
package = pkgs.qemu; # Enable full emulation
verbatimConfig = ''
user = "craige"
group = "libvirtd"
'';
};
onShutdown = "shutdown"; # Set gust VMs to shutdown on host shutdown
extraConfig = ''
disk_bus = "virtio"
'';
qemuVerbatimConfig = ''
user = "craige"
group = "libvirtd"
'';
};
};