decrease nix-daemon priority

This commit is contained in:
Sean Buckley 2021-11-24 13:51:53 -05:00
parent f62da1bb2d
commit cea56aa037

View file

@ -30,7 +30,7 @@
'';
nix = {
daemonCPUSchedPolicy = "batch";
daemonCPUSchedPolicy = "idle";
extraOptions = ''
experimental-features = nix-command flakes
'';