Thinkbook: Enable cpu powersave.

This commit is contained in:
Dmitry Voronin 2025-01-18 22:28:49 +03:00
parent 95b4d85fc3
commit 090d62fdd2
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -9,12 +9,15 @@
module = {
builder.client.enable = true;
display.primary = "eDP-1";
intel.cpu.enable = true;
print.enable = true;
wallpaper.video = false;
purpose = {
desktop = true;
};
intel.cpu = {
enable = true;
powersave = true;
};
hwmon = {
file = "temp1_input";
path = "/sys/devices/platform/coretemp.0/hwmon";