home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit d3806c97e097131c5ee447d3f5cfeb89d8538ac1
parent c06f52f3b03fce67f33a2f93577fd5a7ed0146a0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun, 21 Aug 2022 11:23:10 +0200

systems/modules: enable some daemon cpu/io policy

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/core/nix.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix @@ -60,6 +60,8 @@ in #daemonIONiceLevel = 5; #daemonNiceLevel = 10; + daemonIOSchedPriority = 5; + daemonCPUSchedPolicy = "batch"; # if hydra is down, don't wait forever extraOptions = ''