server7: rm conflicting nix.maxJobs

This commit is contained in:
Astro 2019-12-13 19:50:43 +01:00
parent 05ce0e78d0
commit 7a80aedadc
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ in {
programs.mosh.enable = true;
nix = {
maxJobs = lib.mkDefault 10;
package = pkgs.nixFlakes;
extraOptions = "experimental-features = nix-command flakes";
gc.automatic = true;