Update nix config to work with nixos-21.11

This commit is contained in:
jalr 2021-12-16 00:24:29 +00:00
parent 5c87d16a32
commit 4ede6361ae

View file

@ -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; [