From 11d33abdaec7cbe3d90186d4f1e5b5f11bfc33f9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 Apr 2026 12:12:10 +0200 Subject: [PATCH] fix(thermal): add util-linux to service path for logger command --- modules/thermal.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/thermal.nix b/modules/thermal.nix index b85b46f..47e886e 100644 --- a/modules/thermal.nix +++ b/modules/thermal.nix @@ -19,6 +19,7 @@ lm_sensors gnugrep coreutils + util-linux ]; script = '' TEMP=$(sensors 2>/dev/null | grep -i 'Tctl\|Tdie' | head -1 || echo "N/A")