MyNixOS website logo
option

services.thinkfan.fans

List of fans thinkfan will control.

This section slightly departs from the thinkfan.conf syntax. The type and path must be specified like this: type = "tpacpi"; query = "/proc/acpi/ibm/fan"; instead of a single declaration like: - tpacpi: /proc/acpi/ibm/fan.
Declarations
Type
list of (attribute set of (YAML value))
Default
[
  {
    query = "/proc/acpi/ibm/fan";
    type = "tpacpi";
  }
]