MyNixOS website logo
option

services.pid-fan-controller.settings.fans

List of fans to be controlled.

Declarations
Type
list of (submodule)
Example
''
  [
    {
      wildcardPath = "/sys/devices/platform/nct6775.2592/hwmon/hwmon*/pwm1";
      minPwm = 60;
      maxPwm = 255;
      heatPressureSrcs = [
        "cpu"
        "gpu"
      ];
    }
  ];
''