nixos/systemd: honor default enableCgroupAccounting settings

systemd defaults DefaultMemoryAccounting and DefaultTasksAccounting to
yes, so no need to enable explicitly
This commit is contained in:
Florian Klink 2019-08-19 17:42:30 +02:00
parent fa5a231313
commit f34f38ef1c

View File

@ -806,8 +806,6 @@ in
DefaultCPUAccounting=yes
DefaultIOAccounting=yes
DefaultBlockIOAccounting=yes
DefaultMemoryAccounting=yes
DefaultTasksAccounting=yes
''}
DefaultLimitCORE=infinity
${config.systemd.extraConfig}