MyNixOS website logo
option

services.hddfancontrol.settings.<drive-bay-name>.pwmPaths

PWM filepath(s) to control fan speed (under /sys), followed by initial and fan-stop PWM values Can also use command substitution to ensure the correct hwmonX is selected on every boot.

Declarations
Type
list of string
Default
[ ]
Example
[
  "/sys/class/hwmon/hwmon2/pwm1:30:10"
  "`echo /sys/devices/platform/nct6775.656/hwmon/hwmon[[:print:]]`/pwm4:80:20"
]