Author: eelco
Date: Thu Aug 11 12:33:59 2011
New Revision: 28491
URL: https://svn.nixos.org/websvn/nix/?rev=28491&sc=1

Log:


Added:
   configurations/trunk/tud/build-machines-dell-r815.nix

Added: configurations/trunk/tud/build-machines-dell-r815.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ configurations/trunk/tud/build-machines-dell-r815.nix       Thu Aug 11 
12:33:59 2011        (r28491)
@@ -0,0 +1,16 @@
+{ config, pkgs, ... }:
+
+{
+  boot.loader.grub.version = 2;
+  require = [ ./build-machines-common.nix ];
+  nixpkgs.system = "x86_64-linux";
+
+  boot.initrd.kernelModules = [ "megaraid_sas" "ext4" ];
+  boot.kernelModules = [ "acpi-cpufreq" "kvm-amd" ];
+
+  nix.maxJobs = 48;
+
+  fileSystems = [ 
+    { device = "none"; fsType = "tmpfs"; mountPoint = "/tmp"; options = 
"size=16G"; neededForBoot=true; } 
+  ];
+}
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to