nixos/netdata: use cgroup v2
This commit is contained in:
parent
58497175be
commit
859633ee43
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ let
|
|||
};
|
||||
"plugin:cgroups" = {
|
||||
"script to get cgroup network interfaces" = "${wrappedPlugins}/libexec/netdata/plugins.d/cgroup-network";
|
||||
"use unified cgroups" = "yes";
|
||||
};
|
||||
};
|
||||
mkConfig = generators.toINI {} (recursiveUpdate localConfig cfg.config);
|
||||
|
|
Loading…
Reference in a new issue