Hddfancontrol
services.hddfancontrol.disks
Drive(s) to get temperature from
Type: list of path
Default
[ ]
Example
["/dev/sda"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/hddfancontrol.nix
services.hddfancontrol.enable
Whether to enable hddfancontrol daemon.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/hddfancontrol.nix
services.hddfancontrol.extraArgs
Extra commandline arguments for hddfancontrol
Type: list of string
Default
[ ]
Example
["--pwm-start-value=32""--pwm-stop-value=0""--spin-down-time=900"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/hddfancontrol.nix
services.hddfancontrol.pwmPaths
PWM filepath(s) to control fan speed (under /sys)
Type: list of path
Default
[ ]
Example
["/sys/class/hwmon/hwmon2/pwm1"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/hddfancontrol.nix
services.hddfancontrol.smartctl
Probe temperature using smartctl instead of hddtemp or hdparm
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/hddfancontrol.nix