chore(work): update CPU temperature thermal zone identifier

This commit is contained in:
Yorick Barbanneau 2025-09-09 17:21:54 +02:00
parent 6000d5951b
commit c155aa783d
Signed by: ephase
GPG key ID: 4447A19BBEDB8DBA

View file

@ -38,8 +38,7 @@
laptop = true; laptop = true;
gpuThermal.enable = false; gpuThermal.enable = false;
cpuThermal = { cpuThermal = {
hwmonPathAbs = "/sys/devices/platform/coretemp.0/hwmon/"; thermalZone = 9;
inputFilename = "temp1_input";
}; };
}; };
xdg.useDistributionPortals = true; xdg.useDistributionPortals = true;