nixos/netdata: use cgroup v2

This commit is contained in:
Izorkin 2021-05-10 10:24:31 +03:00
parent 58497175be
commit 859633ee43
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

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