Tlp
services.tlp.enable
Whether to enable the TLP power management daemon.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/tlp.nix
services.tlp.extraConfig
Verbatim additional configuration variables for TLP. DEPRECATED: use services.tlp.settings instead.
Type: strings concatenated with "\n"
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/tlp.nix
services.tlp.settings
Options passed to TLP. See https://linrunner.de/tlp for all supported options..
Type: attribute set of (boolean or signed integer or floating point number or string or list of string)
Default
{ }
Example
{SATA_LINKPWR_ON_BAT = "med_power_with_dipm";USB_BLACKLIST_PHONE = 1;}
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/tlp.nix