Revert "libvirtd: remove extra packages"

This reverts commit 857fe849cf.
This commit is contained in:
Artemis Tosini 2024-05-23 02:59:35 +00:00
parent 3309392b6d
commit e3532a6931
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc

View file

@ -15,7 +15,11 @@
enable = true; enable = true;
qemu = { qemu = {
ovmf.enable = true; ovmf.enable = true;
ovmf.packages = [
pkgs.OVMFFull.fd
] ++ lib.optional (pkgs.system == "x86_64-linux") pkgs.pkgsCross.aarch64-multiplatform.OVMF.fd;
swtpm.enable = true; swtpm.enable = true;
vhostUserPackages = [ pkgs.virtiofsd ];
runAsRoot = false; runAsRoot = false;
}; };
onBoot = "ignore"; onBoot = "ignore";