diff options
author | makefu <github@syntax-fehler.de> | 2015-07-24 23:13:33 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-24 23:13:33 +0200 |
commit | 55b9e8b4d0fa2c3b982038cf783a2ccdbe36ff6e (patch) | |
tree | 7626d676e72f68160b814abfc803d3394703f436 | |
parent | 723c4497cd3eece4db081e6b394ea2d73a574c5b (diff) |
pnp: maxJobs++
-rw-r--r-- | 1systems/makefu/pnp.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/1systems/makefu/pnp.nix b/1systems/makefu/pnp.nix index 158a4f8..7e4ccf2 100644 --- a/1systems/makefu/pnp.nix +++ b/1systems/makefu/pnp.nix @@ -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 |