summaryrefslogtreecommitdiff
path: root/bragi-hw.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-04-13 01:49:27 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-04-13 01:49:27 +0200
commit543a4b1f4b46ecce666dfeff400cc4101b466c81 (patch)
tree82c6ae7c41167575480ad2928b5086109c02bb7c /bragi-hw.nix
parent777c1736378d8bf91bde33a5bcb69b0b72a276b9 (diff)
downloadnixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.tar
nixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.tar.gz
nixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.tar.bz2
nixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.tar.xz
nixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.zip
Restore 2 jobs
Diffstat (limited to 'bragi-hw.nix')
-rw-r--r--bragi-hw.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/bragi-hw.nix b/bragi-hw.nix
index 2aabc57c..ab424091 100644
--- a/bragi-hw.nix
+++ b/bragi-hw.nix
@@ -23,4 +23,6 @@
23 swapDevices = 23 swapDevices =
24 [ { device = "/dev/disk/by-uuid/2b13b997-59e8-4f59-bc84-554eb0df7482"; } 24 [ { device = "/dev/disk/by-uuid/2b13b997-59e8-4f59-bc84-554eb0df7482"; }
25 ]; 25 ];
26
27 nix.maxJobs = 2;
26} 28}