niksos/options/common/cpu/amd.nix

12 lines
239 B
Nix
Raw Normal View History

2024-02-15 17:04:34 +01:00
_: {
hardware.cpu.amd.updateMicrocode = true;
services.auto-epp = {
enable = true;
settings.Settings = {
epp_state_for_BAT = "power";
epp_state_for_AC = "balance_power";
};
};
}