changed to default qemu pkg

This commit is contained in:
Bryan Ramos 2024-06-03 06:18:12 -04:00
parent 49378219db
commit aefd4dd641
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -42,7 +42,6 @@
virtualisation.libvirtd = {
enable = true;
qemu = {
package = pkgs.qemu_full;
runAsRoot = true;
ovmf.enable = true;
};