qemu: updated configuration for 21.11
This commit is contained in:
parent
d892f2a548
commit
968830da9b
|
@ -167,8 +167,10 @@
|
|||
virtualisation = {
|
||||
libvirtd = {
|
||||
enable = true; # Enable libvirtd
|
||||
#qemuPackage = pkgs.qemu_kvm; # Enable guest only for the same arch
|
||||
qemuPackage = pkgs.qemu; # Enable full emulation
|
||||
qemu = {
|
||||
#package = pkgs.qemu_kvm; # Enable guest only for the same arch
|
||||
package = pkgs.qemu; # Enable full emulation
|
||||
};
|
||||
onShutdown = "shutdown"; # Set gust VMs to shutdown on host shutdown
|
||||
extraConfig = ''
|
||||
disk_bus = "virtio"
|
||||
|
|
Loading…
Reference in a new issue