ovmf files

This commit is contained in:
2025-02-13 22:00:03 -07:00
parent a7bd9514e6
commit 5f4616fa87

View File

@@ -141,6 +141,15 @@
};
};
};
environment.etc = {
"FV/OVMF_CODE.fd" = {
source = pkgs.OVMF.fd + "/FV/OVMF_CODE.fd";
};
"FV/OVMF_VARS.fd" = {
source = pkgs.OVMF.fd + "/FV/OVMF_VARS.fd";
};
};
powerManagement.powertop.enable = true;
powerManagement.enable = true;