MyNixOS website logo
option

services.scx.extraArgs

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.
Declarations
Type
list of (optionally newline-terminated) single-line string
Default
[ ]
Example
[
  "--slice-us 5000"
  "--verbose"
]