nixos/netdata: use cgroup v2

This commit is contained in:
Izorkin
2021-05-10 10:24:31 +03:00
parent 58497175be
commit 859633ee43

View File

@@ -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);