update ovmf package def

This commit is contained in:
Quentin Boyer 2022-06-01 22:39:09 +02:00
parent 63f2d49edc
commit 674d7094b2

View file

@ -29,7 +29,7 @@
environment.pathsToLink = [ "/share/zsh" ];
security.rtkit.enable = true;
services = {
flatpak.enable = true;
flatpak.enable = true;
pipewire = {
enable = true;
alsa.enable = true;
@ -75,7 +75,7 @@
qemu.swtpm.enable = true;
qemu.ovmf = {
enable = true;
package = pkgs.OVMFFull;
packages = [pkgs.OVMFFull];
};
};
podman = {