From 69e38fe2d8d26a90b9d4e5e9d5a0b600034864dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 2 Apr 2022 10:52:00 +0100 Subject: [PATCH] even more sensors --- nixos/boxes/foureighty/thermal.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/nixos/boxes/foureighty/thermal.nix b/nixos/boxes/foureighty/thermal.nix index 3eed7c23..27fd6c24 100644 --- a/nixos/boxes/foureighty/thermal.nix +++ b/nixos/boxes/foureighty/thermal.nix @@ -19,6 +19,24 @@ name = "coretemp"; indices = [ 1 2 3 4 5 ]; } + { + type = "hwmon"; + query = "/sys/class/hwmon"; + name = "nvme"; + indices = [ 1 ]; + } + { + type = "hwmon"; + query = "/sys/class/hwmon"; + name = "acpitz"; + indices = [ 1 ]; + } + { + type = "hwmon"; + query = "/sys/class/hwmon"; + name = "pch_skylake"; + indices = [ 1 ]; + } { type = "hwmon"; query = "/sys/devices/platform/thinkpad_hwmon/hwmon";