Update nix config to work with nixos-21.11
This commit is contained in:
parent
5c87d16a32
commit
4ede6361ae
1 changed files with 3 additions and 2 deletions
|
|
@ -44,8 +44,9 @@ in
|
|||
autoOptimiseStore = true;
|
||||
|
||||
# less noticeable nix builds
|
||||
daemonNiceLevel = 10;
|
||||
daemonIONiceLevel = 5;
|
||||
daemonCPUSchedPolicy = "idle";
|
||||
daemonIOSchedClass = "idle";
|
||||
daemonIOSchedPriority = 7;
|
||||
};
|
||||
|
||||
nixpkgs.overlays = with inputs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue