From 84cbe9dce4bab8d3172fef22c496cfd9d6aa5815 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Mon, 28 Jul 2025 11:09:49 +0200 Subject: [PATCH] nixos/netdata: remove cgroup accounting enable cgroup accounting is enabled by default, and the option is scheduled for removal. --- nixos/modules/services/monitoring/netdata.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/monitoring/netdata.nix b/nixos/modules/services/monitoring/netdata.nix index b7c8f4b42ba9..24abc3d9ac12 100644 --- a/nixos/modules/services/monitoring/netdata.nix +++ b/nixos/modules/services/monitoring/netdata.nix @@ -412,8 +412,6 @@ in }); }; - systemd.enableCgroupAccounting = true; - security.wrappers = { "apps.plugin" = { source = "${cfg.package}/libexec/netdata/plugins.d/apps.plugin.org";