nixos: set nix-daemon scheduling policies

This commit is contained in:
2026-04-18 17:43:58 -04:00
parent 75532a931c
commit 803c65c033
+3
View File
@@ -56,6 +56,9 @@ in
dates = "weekly";
options = "--delete-older-than 90d";
};
daemonCPUSchedPolicy = "idle";
daemonIOSchedClass = "idle";
};
boot = {