summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-24 23:13:33 +0200
committermakefu <github@syntax-fehler.de>2015-07-24 23:13:33 +0200
commita4d2509918c3ce1400071eb0ef2b5421023976ca (patch)
tree6438e26b38e950d65aa7cb4f141e13c35a08e518 /1systems
parent51a698475ea5f2ac7c8ac2a4a8df26905e4af4c1 (diff)
pnp: maxJobs++
Diffstat (limited to '1systems')
-rw-r--r--1systems/makefu/pnp.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/1systems/makefu/pnp.nix b/1systems/makefu/pnp.nix
index 158a4f8c..7e4ccf2c 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