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";