comment out auto-epp for now

this for some reason resets the governor to powersave all the time
This commit is contained in:
jacekpoz 2024-03-02 16:16:03 +01:00
parent da690bb8cf
commit e625ba212b
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

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