* Swap is for losers.
svn path=/configurations/trunk/tud/; revision=34729
Eelco Dolstra committed
May 23, 2013 at 20:32 UTC
b6296ba182bd5fa94b5b19334d5f3a6cead5b119
1 file changed
+1
-1
cartman.nix
+1
-1
@@ -215,7 +215,7 @@ rec {
215
fsType = "nfs4";
216
};
217
218
- swapDevices = [ { label = "swap1"; } ];
218
+ #swapDevices = [ { label = "swap1"; } ];
219
220
nix = {
221
maxJobs = 2;