nixos/systemd: enable cgroup accounting by default

If this is the default for OpenShift already, we probably can enable it
as well.

see https://github.com/openshift/machine-config-operator/pull/581
This commit is contained in:
Florian Klink
2019-08-25 22:26:12 +02:00
parent f3a18d4562
commit 0fb17141fb
2 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -537,7 +537,7 @@ in
};
systemd.enableCgroupAccounting = mkOption {
default = false;
default = true;
type = types.bool;
description = ''
Whether to enable cgroup accounting.