services.tlp.settings
NixOS option
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
declared in: nixos/modules/services/hardware/tlp.nixView source on NixOS/nixpkgs →{
SATA_LINKPWR_ON_BAT = "med_power_with_dipm";
USB_BLACKLIST_PHONE = 1;
}