From 945cb7e8062904fb49594baa4289a37c9908c3c4 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Thu, 13 Feb 2025 22:06:38 -0700 Subject: [PATCH] no efi --- nix/home-server.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nix/home-server.nix b/nix/home-server.nix index f58618e..fc9dcf0 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -150,10 +150,6 @@ source = pkgs.OVMF.fd + "/FV/OVMF_VARS.fd"; }; }; - nvram = [ - "/run/libvirt/nix-ovmf/AAVMF_CODE.fd:/run/libvirt/nix-ovmf/AAVMF_VARS.fd" - "/run/libvirt/nix-ovmf/OVMF_CODE.fd:/run/libvirt/nix-ovmf/OVMF_VARS.fd" - ]; powerManagement.powertop.enable = true; powerManagement.enable = true;