From fe09479bd64ab1efdf4f649bccf9f87e9274196a Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 6 Oct 2025 16:47:43 +0200 Subject: [PATCH] ovmf --- hosts/nuos/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index ae271eb..7479c13 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -303,15 +303,6 @@ package = pkgs.qemu_kvm; runAsRoot = true; swtpm.enable = true; - ovmf = { - enable = true; - packages = [ - (pkgs.OVMF.override { - secureBoot = true; - tpmSupport = true; - }).fd - ]; - }; }; }; };