From 143a58a811ecdb90bf6b40a33d625a5bab14b6c3 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Thu, 13 Feb 2025 22:04:50 -0700 Subject: [PATCH] ovmf files --- nix/home-server.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/home-server.nix b/nix/home-server.nix index fc9dcf0..1a78cbe 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -150,6 +150,10 @@ 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;