diff --git a/options/common/cpu/amd.nix b/options/common/cpu/amd.nix index 1ea10c2d..4c5d0236 100644 --- a/options/common/cpu/amd.nix +++ b/options/common/cpu/amd.nix @@ -4,8 +4,8 @@ _: { services.auto-epp = { enable = true; settings.Settings = { - epp_state_for_BAT = "power"; - epp_state_for_AC = "balance_power"; + epp_state_for_AC = "performance"; + epp_state_for_BAT = "balance_power"; }; }; }