niksos/options/common/cpu/amd.nix
2024-07-16 00:26:09 +02:00

13 lines
303 B
Nix

{
hardware.cpu.amd.updateMicrocode = true;
boot.initrd.kernelModules = [ "amdgpu" ];
# services.auto-epp = {
# enable = true;
# settings.Settings = {
# epp_state_for_AC = "performance";
# epp_state_for_BAT = "balance_power";
# };
# };
}