pnp: maxJobs++
This commit is contained in:
parent
51a698475e
commit
a4d2509918
@ -9,7 +9,6 @@
|
||||
[ # Include the results of the hardware scan.
|
||||
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
|
||||
../../2configs/makefu/base.nix
|
||||
../../3modules/krebs/retiolum.nix
|
||||
../../2configs/makefu/cgit-retiolum.nix
|
||||
];
|
||||
krebs.enable = true;
|
||||
@ -40,7 +39,7 @@
|
||||
];
|
||||
};
|
||||
|
||||
nix.maxJobs = 1;
|
||||
nix.maxJobs = 2;
|
||||
networking.hostName = "pnp"; # Define your hostname.
|
||||
|
||||
# $ nix-env -qaP | grep wget
|
||||
|
Loading…
Reference in New Issue
Block a user