From c155aa783d663954b40674c64570f82b817d7474 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 9 Sep 2025 17:21:54 +0200 Subject: [PATCH] chore(work): update CPU temperature thermal zone identifier --- hosts/work/home-config.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/work/home-config.nix b/hosts/work/home-config.nix index 0155435..733c542 100644 --- a/hosts/work/home-config.nix +++ b/hosts/work/home-config.nix @@ -38,8 +38,7 @@ laptop = true; gpuThermal.enable = false; cpuThermal = { - hwmonPathAbs = "/sys/devices/platform/coretemp.0/hwmon/"; - inputFilename = "temp1_input"; + thermalZone = 9; }; }; xdg.useDistributionPortals = true;