services.scx.extraArgs

NixOS option

Parameters passed to the chosen scheduler at runtime. Run chosen-scx-scheduler --help to see the available options. Generally, each scheduler has its own set of options, and they are incompatible with each other.

type: list of string
Default
[ ]
Example
[
  "--verbose"
  "--slice-us 5000"
]
declared in: nixos/modules/services/scheduling/scx.nixView source on NixOS/nixpkgs →