summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorRouven Czerwinski <rouven@czerwinskis.de>2020-03-29 10:56:34 +0200
committerRouven Czerwinski <rouven@czerwinskis.de>2020-03-29 10:56:34 +0200
commitd22373b2b14b44e52858f2fa360f4f3974a3c67c (patch)
treed4c64362e18769db40313cf16d135a8ffaa1c5a3 /nixos
parent915e6a4e3dfb8ea2819bca00b4acd72d25f39383 (diff)
nixos/systemd: remove one DefaultBlockIOAccounting
DefaultBlockIOAccounting=yes is set twice in the same file, remove one copy.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/systemd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index cdc9d2379392..7f207e6c7ef4 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -842,7 +842,6 @@ in
[Manager]
${optionalString config.systemd.enableCgroupAccounting ''
DefaultCPUAccounting=yes
- DefaultBlockIOAccounting=yes
DefaultIOAccounting=yes
DefaultBlockIOAccounting=yes
DefaultIPAccounting=yes