This commit is contained in:
2025-09-20 17:42:44 -06:00
parent 134cd2bd17
commit cc4b7e0213

View File

@@ -163,8 +163,18 @@
}; };
}; };
# environment.etc."qemu/edk2-x86_64-secure-code.fd".source = "${pkgs.OVMF.fd}/FV/OVMF_CODE.secboot.fd"; # not working yet, in theory simplifies xml for vm
# environment.etc."qemu/edk2-i386-vars.fd".source = "${pkgs.OVMF.fd}/FV/OVMF_VARS.fd"; # environment.etc = {
# "ovmf/edk2-x86_64-secure-code.fd" = {
# source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-x86_64-secure-code.fd";
# };
# "ovmf/edk2-i386-vars.fd" = {
# source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-i386-vars.fd";
# };
# };
environment.etc."qemu/edk2-x86_64-secure-code.fd".source = "${pkgs.OVMF.fd}/FV/OVMF_CODE.secboot.fd";
environment.etc."qemu/edk2-i386-vars.fd".source = "${pkgs.OVMF.fd}/FV/OVMF_VARS.fd";
powerManagement.powertop.enable = true; powerManagement.powertop.enable = true;
powerManagement.enable = true; powerManagement.enable = true;