[Desktop/Developer] OVMF images are distributed by default

This commit is contained in:
Antoine Viallon 2025-11-11 14:25:31 +01:00
parent 0cedc97711
commit 59153cb543
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -95,8 +95,6 @@ in {
onBoot = "ignore"; # We are doing development, not a server
qemu = {
package = pkgs.qemu_full;
ovmf.enable = true;
ovmf.packages = [ pkgs.OVMFFull ];
swtpm.enable = true;
};
};