svn path=/configurations/trunk/tud/; revision=23740
svn path=/configurations/trunk/tud/; revision=23740
Eelco Dolstra committed
Sep 12, 2010 at 22:44 UTC
a2018910c577e94f17ced4742d5b5ef1c31c8c82
1 file changed
+5
-1
mrhankey.nix
+5
-1
@@ -3,6 +3,9 @@
3
{
4
require = [ ./common.nix ];
5
6
+ virtualisation.xen.enable = true;
7
+ virtualisation.xen.domain0MemorySize = 512;
8
+
9
boot.grubDevice = "/dev/sda";
10
boot.initrd.extraKernelModules = [ "mptbase" "mptscsih" "mptsas" ];
11
@@ -19,6 +22,7 @@
22
23
services.openssh.enable = true;
24
25
+/*
26
services.tomcat =
27
{
28
enable = true;
@@ -37,5 +41,5 @@
41
package = pkgs.mysql51;
42
dataDir = "/data/mysql";
43
};
40
-
44
+*/
45
}