summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 27cb198b..bbce6fc4 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1179,6 +1179,7 @@ in rec {
1179 IOSchedulingClass = 2; 1179 IOSchedulingClass = 2;
1180 IOSchedulingPriority = 7; 1180 IOSchedulingPriority = 7;
1181 SuccessExitStatus = [0 1]; 1181 SuccessExitStatus = [0 1];
1182 LogRateLimitIntervalSec = 0;
1182 }; 1183 };
1183 }; 1184 };
1184} 1185}