qemu: updated settings for 21.11
This commit is contained in:
parent
b32e2eba86
commit
60b74fe49c
|
@ -170,15 +170,15 @@
|
||||||
qemu = {
|
qemu = {
|
||||||
#package = pkgs.qemu_kvm; # Enable guest only for the same arch
|
#package = pkgs.qemu_kvm; # Enable guest only for the same arch
|
||||||
package = pkgs.qemu; # Enable full emulation
|
package = pkgs.qemu; # Enable full emulation
|
||||||
|
verbatimConfig = ''
|
||||||
|
user = "craige"
|
||||||
|
group = "libvirtd"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
onShutdown = "shutdown"; # Set gust VMs to shutdown on host shutdown
|
onShutdown = "shutdown"; # Set gust VMs to shutdown on host shutdown
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
disk_bus = "virtio"
|
disk_bus = "virtio"
|
||||||
'';
|
'';
|
||||||
qemuVerbatimConfig = ''
|
|
||||||
user = "craige"
|
|
||||||
group = "libvirtd"
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue