diff --git a/system/libvirt.nix b/system/libvirt.nix index 20456a5..d296292 100644 --- a/system/libvirt.nix +++ b/system/libvirt.nix @@ -6,9 +6,6 @@ package = pkgs.qemu_kvm; runAsRoot = true; swtpm.enable = true; - ovmf = { - enable = true; - }; }; }; }