libvirtd: remove extra packages
This commit is contained in:
parent
6f9457e683
commit
857fe849cf
|
@ -15,11 +15,7 @@
|
||||||
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