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
declared in: nixos/modules/services/misc/ananicy.nixView source on NixOS/nixpkgs →[
{
CPUQuota = 80;
cgroup = "cpu80";
}
]