niksos/options/common/cpu/amd.nix
jacekpoz e625ba212b
comment out auto-epp for now
this for some reason resets the governor to powersave all the time
2024-03-02 16:16:03 +01:00

11 lines
259 B
Nix

_: {
hardware.cpu.amd.updateMicrocode = true;
# services.auto-epp = {
# enable = true;
# settings.Settings = {
# epp_state_for_AC = "performance";
# epp_state_for_BAT = "balance_power";
# };
# };
}