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