Revert "libvirtd: remove extra packages"
This reverts commit 857fe849cf
.
This commit is contained in:
parent
3309392b6d
commit
e3532a6931
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue