services.tuned.profiles

Profiles for TuneD. See tuned.conf(5).

Type
attribute set of (open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string)))
Default
{ }
Example
{
  my-cool-profile = {
    main = {
      include = "my-other-cool-profile";
    };
    my_sysctl = {
      "net.core.rmem_default" = 262144;
      "net.core.wmem_default" = 262144;
      replace = true;
      type = "sysctl";
    };
  };
}
Declared
<nixpkgs/nixos/modules/services/hardware/tuned.nix>