mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developer] OVMF images are distributed by default
This commit is contained in:
parent
0cedc97711
commit
59153cb543
1 changed files with 0 additions and 2 deletions
|
|
@ -95,8 +95,6 @@ in {
|
||||||
onBoot = "ignore"; # We are doing development, not a server
|
onBoot = "ignore"; # We are doing development, not a server
|
||||||
qemu = {
|
qemu = {
|
||||||
package = pkgs.qemu_full;
|
package = pkgs.qemu_full;
|
||||||
ovmf.enable = true;
|
|
||||||
ovmf.packages = [ pkgs.OVMFFull ];
|
|
||||||
swtpm.enable = true;
|
swtpm.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue