MyNixOS website logo
option

services.ananicy.extraTypes

Types to write in 'nixTypes.types'. See: https://gitlab.com/ananicy-cpp/ananicy-cpp/#types.

Declarations
Type
list of (attribute set)
Default
[ ]
Example
[
  {
    nice = 19;
    other_parameter = "value";
    type = "my_type";
  }
  {
    ioclass = "idle";
    nice = 19;
    sched = "batch";
    type = "compiler";
  }
]