From 674d7094b2efaae1e2c3eade70d595316a239ac8 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Wed, 1 Jun 2022 22:39:09 +0200 Subject: [PATCH] update ovmf package def --- nixos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 00408af..34e6690 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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 = {