about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-06-03 02:14:02 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-06-03 02:14:02 +0200
commit2df7ee103a01da34c9c82235bc286dde35e0f1ba (patch)
treefa8425cadf0bae045aff4e3367349fa8032db6c2 /common.nix
parent923f30415805b6b277bb52d8e46f15a3befb47b3 (diff)
mmrnmhrm: Switch over to "new" (old) hardware.
Unfortunately, the main board has died so I needed to quickly assembly a
replacement machine. I haven't found a compatible main board for the
last set of hardware so the "new" machine is now a Core 2 Duo with only
2 GB of RAM.

I'm looking forward to more frustrations during build I already had with
the i7 I had previously.

Also, all these changes are untested for now, because I'm still
shoveling the btrfs filesystems to two new hard disks, because the new
mainboard only has 2 SATA ports.

At the moment the GRUB bootloader is still on the old disk and as soon
as the data is on the new disks, the GRUB install devices will change as
well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index 0892a72a..a52385ad 100644
--- a/common.nix
+++ b/common.nix
@@ -7,7 +7,6 @@
 
   nix = {
     package = pkgs.nixUnstable;
-    maxJobs = 8;
     useChroot = true;
     readOnlyStore = true;
     extraOptions = ''