mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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);
|
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);
|
||||||
|
|
||||||
|
nix = {
|
||||||
|
daemonNiceLevel = 19;
|
||||||
|
daemonIONiceLevel = 7;
|
||||||
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
cpu.amd.updateMicrocode = true;
|
cpu.amd.updateMicrocode = true;
|
||||||
cpu.intel.updateMicrocode = true;
|
cpu.intel.updateMicrocode = true;
|
||||||
|
|
Loading…
Reference in a new issue