This commit is contained in:
2025-02-13 22:17:02 -07:00
parent 945cb7e806
commit 7277a135a2

View File

@@ -142,15 +142,15 @@
}; };
}; };
environment.etc = { environment.etc = {
"FV/OVMF_CODE.fd" = { "ovmf/edk2-x86_64-secure-code.fd" = {
source = pkgs.OVMF.fd + "/FV/OVMF_CODE.fd"; source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-x86_64-secure-code.fd";
}; };
"FV/OVMF_VARS.fd" = { "ovmf/edk2-i386-vars.fd" = {
source = pkgs.OVMF.fd + "/FV/OVMF_VARS.fd"; source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-i386-vars.fd";
}; };
}; };
powerManagement.powertop.enable = true; powerManagement.powertop.enable = true;
powerManagement.enable = true; powerManagement.enable = true;
powerManagement.cpuFreqGovernor = "powersave"; powerManagement.cpuFreqGovernor = "powersave";