[NixOS] maxJobs rename

This commit is contained in:
2022-10-07 08:43:06 -06:00
parent d5cc7d1d8f
commit 14a75f0f05
4 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
networking.hostName = "uber-loaner";
nix.maxJobs = lib.mkDefault 4;
nix.settings.maxJobs = lib.mkDefault 4;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
users.extraUsers.root.initialHashedPassword = "";
}