nixos/netdata: remove cgroup accounting enable

cgroup accounting is enabled by default, and the option is scheduled for removal.
This commit is contained in:
Grimmauld
2025-07-28 11:09:49 +02:00
parent 231c142766
commit 84cbe9dce4

View File

@@ -412,8 +412,6 @@ in
}); });
}; };
systemd.enableCgroupAccounting = true;
security.wrappers = { security.wrappers = {
"apps.plugin" = { "apps.plugin" = {
source = "${cfg.package}/libexec/netdata/plugins.d/apps.plugin.org"; source = "${cfg.package}/libexec/netdata/plugins.d/apps.plugin.org";