MyNixOS website logo
option

services.system76-scheduler.assignments

Process profile assignments.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  nix-builds = {
    nice = 15;
    class = "batch";
    ioClass = "idle";
    matchers = [
      "nix-daemon"
    ];
  };
}