Thermald
services.thermald.configFile
The thermald manual configuration file.
Leave unspecified to run with the --adaptive
flag instead which will have thermald use your computer's DPTF adaptive tables.
See man thermald
for more information.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/thermald.nix
services.thermald.debug
Whether to enable debug logging.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/thermald.nix
services.thermald.enable
Whether to enable thermald, the temperature management daemon.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/thermald.nix
services.thermald.ignoreCpuidCheck
Whether to ignore the cpuid check to allow running on unsupported platforms
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/thermald.nix
services.thermald.package
The thermald package to use.
Type: package
Default
pkgs.thermald
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/thermald.nix