Mbpfan
services.mbpfan.aggressive
If true, favors higher default fan speeds.
Type: boolean
Default
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/mbpfan.nix
services.mbpfan.enable
Whether to enable mbpfan, fan controller daemon for Apple Macs and MacBooks.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/mbpfan.nix
services.mbpfan.package
The mbpfan package to use.
Type: package
Default
pkgs.mbpfan
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/mbpfan.nix
services.mbpfan.settings
INI configuration for Mbpfan.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/mbpfan.nix
services.mbpfan.settings.general.high_temp
If temperature is above this, fan speed will gradually increase.
Type: signed integer
Default
58
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/mbpfan.nix
services.mbpfan.settings.general.low_temp
If temperature is below this, fans will run at minimum speed.
Type: signed integer
Default
55
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/mbpfan.nix
services.mbpfan.settings.general.max_temp
If temperature is above this, fans will run at maximum speed.
Type: signed integer
Default
78
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/mbpfan.nix
services.mbpfan.settings.general.polling_interval
The polling interval.
Type: signed integer
Default
1
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/mbpfan.nix
services.mbpfan.verbose
If true, sets the log level to verbose.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/mbpfan.nix