steveej-t14: update to nixos 21.11

This commit is contained in:
steveej 2021-12-04 12:30:36 +01:00
parent e36218e777
commit 3f9f50745d
3 changed files with 13 additions and 7 deletions

View file

@ -17,8 +17,8 @@
# "https://hydra.nixos.org"
];
nix.daemonNiceLevel = lib.mkDefault 19;
nix.daemonIONiceLevel = lib.mkDefault 7;
nix.daemonCPUSchedPolicy = "idle";
nix.daemonIOSchedClass = "idle";
nix.maxJobs = lib.mkDefault "auto";
nix.buildCores = lib.mkDefault 0;
nix.useSandbox = true;