15arh05: fix tlp scaling governor
This commit is contained in:
parent
d92ed98c09
commit
322dc8db3e
|
@ -17,4 +17,8 @@
|
||||||
# Cooling management
|
# Cooling management
|
||||||
services.thermald.enable = lib.mkDefault true;
|
services.thermald.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
# tlp defaults to "powersave", which doesn't exist on this laptop
|
||||||
|
services.tlp.settings = {
|
||||||
|
CPU_SCALING_GOVERNOR_ON_BAT = "schedutil";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue