diff --git a/nixos/boxes/foureighty/thermal.nix b/nixos/boxes/foureighty/thermal.nix index 49c8afd9..3eed7c23 100644 --- a/nixos/boxes/foureighty/thermal.nix +++ b/nixos/boxes/foureighty/thermal.nix @@ -17,17 +17,17 @@ type = "hwmon"; query = "/sys/class/hwmon"; name = "coretemp"; - indices = [ 1 2 3 ]; + indices = [ 1 2 3 4 5 ]; } { type = "hwmon"; query = "/sys/devices/platform/thinkpad_hwmon/hwmon"; - indices = [ 1 ]; + indices = [ 1 2 ]; } { type = "tpacpi"; query = "/proc/acpi/ibm/thermal"; - indices = [ 0 ]; + indices = [ 0 1 ]; } ]; };