MyNixOS website logo
option

services.ananicy.extraCgroups

Cgroups to write in 'nixCgroups.cgroups'. See: https://gitlab.com/ananicy-cpp/ananicy-cpp/#cgroups.

Declarations
Type
list of (attribute set)
Default
[ ]
Example
[
  {
    CPUQuota = 80;
    cgroup = "cpu80";
  }
]