make nix daemon low priority

This commit is contained in:
Sean Buckley 2021-04-29 12:00:42 -04:00
parent 89e955a871
commit 8864ee3045

View file

@ -19,6 +19,11 @@
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);
nix = {
daemonNiceLevel = 19;
daemonIONiceLevel = 7;
};
hardware = {
cpu.amd.updateMicrocode = true;
cpu.intel.updateMicrocode = true;