mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 17:27:14 +08:00
15arh05: fix tlp scaling governor
This commit is contained in:
@@ -17,4 +17,8 @@
|
||||
# Cooling management
|
||||
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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user