From f3a18d4562f30737235997e666ed41d6c2e6235a Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 19 Aug 2019 17:43:57 +0200 Subject: nixos/systemd: add new Default{BlockIO,IP}Accounting settings --- nixos/modules/system/boot/systemd.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/system') diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 877c608188b9..5d0783b663d9 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -804,8 +804,10 @@ in [Manager] ${optionalString config.systemd.enableCgroupAccounting '' DefaultCPUAccounting=yes + DefaultBlockIOAccounting=yes DefaultIOAccounting=yes DefaultBlockIOAccounting=yes + DefaultIPAccounting=yes ''} DefaultLimitCORE=infinity ${config.systemd.extraConfig} -- cgit 1.4.1