services.thinkfan.sensors

List of temperature sensors thinkfan will monitor.

This section slightly departs from the thinkfan.conf syntax. The type and path must be specified like this:

  type = "tpacpi";
  query = "/proc/acpi/ibm/thermal";

instead of a single declaration like:

  - tpacpi: /proc/acpi/ibm/thermal
Type
list of (open submodule of attribute set of (YAML 1.1 value))
Default
[
  {
    query = "/proc/acpi/ibm/thermal";
    type = "tpacpi";
  }
]
Declared
<nixpkgs/nixos/modules/services/hardware/thinkfan.nix>