mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
make nix daemon low priority
This commit is contained in:
parent
89e955a871
commit
8864ee3045
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue