niksos/options/common/cpu/amd.nix

11 lines
245 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";
};
};
}