services.tuned.ppdSettings.profiles

NixOS option

Map of PPD profiles to native TuneD profiles.

type: attribute set of string
Default
{
  balanced = "balanced";
  performance = "throughput-performance";
  power-saver = "powersave";
}
declared in: nixos/modules/services/hardware/tuned.nixView source on NixOS/nixpkgs →