forked from poz/niksos
comment out auto-epp for now
this for some reason resets the governor to powersave all the time
This commit is contained in:
parent
da690bb8cf
commit
e625ba212b
1 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
_: {
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
|
||||
services.auto-epp = {
|
||||
enable = true;
|
||||
settings.Settings = {
|
||||
epp_state_for_AC = "performance";
|
||||
epp_state_for_BAT = "balance_power";
|
||||
};
|
||||
};
|
||||
# services.auto-epp = {
|
||||
# enable = true;
|
||||
# settings.Settings = {
|
||||
# epp_state_for_AC = "performance";
|
||||
# epp_state_for_BAT = "balance_power";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue