switch to qemu_kvm
This commit is contained in:
parent
ab8e88f5d0
commit
777f4d40aa
1 changed files with 6 additions and 3 deletions
|
@ -7,10 +7,13 @@
|
|||
kvmgt.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu.ovmf = {
|
||||
qemu = {
|
||||
package = pkgs.qemu_kvm;
|
||||
ovmf = {
|
||||
enable = true;
|
||||
packages = [ pkgs.OVMFFull.fd ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue