services.ananicy.extraCgroups

NixOS option

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

type: list of (attribute set)
Default
[ ]
Example
[
  {
    CPUQuota = 80;
    cgroup = "cpu80";
  }
]
declared in: nixos/modules/services/misc/ananicy.nixView source on NixOS/nixpkgs →