mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-27 05:19:43 +01:00
15arh05: fix tlp scaling governor
This commit is contained in:
parent
d92ed98c09
commit
322dc8db3e
1 changed files with 4 additions and 0 deletions
|
@ -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