From f34f38ef1c0d2e9e5d985d266cfff84e17312fd1 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 19 Aug 2019 17:42:30 +0200 Subject: [PATCH] nixos/systemd: honor default enableCgroupAccounting settings systemd defaults DefaultMemoryAccounting and DefaultTasksAccounting to yes, so no need to enable explicitly --- nixos/modules/system/boot/systemd.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 23a2dd45d49..877c608188b 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -806,8 +806,6 @@ in DefaultCPUAccounting=yes DefaultIOAccounting=yes DefaultBlockIOAccounting=yes - DefaultMemoryAccounting=yes - DefaultTasksAccounting=yes ''} DefaultLimitCORE=infinity ${config.systemd.extraConfig}