From 968830da9b19945268052a4f116142ef4eddf36b Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 30 Dec 2021 10:58:37 +1000 Subject: [PATCH] qemu: updated configuration for 21.11 --- hosts/dionach.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/dionach.nix b/hosts/dionach.nix index 8d1cc60..1483702 100644 --- a/hosts/dionach.nix +++ b/hosts/dionach.nix @@ -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"