@cryptotaxi247 / infra-1 / commits / 2cfe067a

svn path=/configurations/trunk/tud/; revision=16586

svn path=/configurations/trunk/tud/; revision=16586

Eelco Dolstra committed Aug 4, 2009 at 16:11 UTC 2cfe067a6537927e71aeae47881f52dfdcfde67b
1 file changed +7 -1
hydra.nix
+7 -1
@@ -25,7 +25,7 @@ in
25 grubDevice = "/dev/sda";
26 copyKernels = true;
27
28 - localCommands = ''
28 + postBootCommands = ''
29 echo 60 > /proc/sys/kernel/panic
30 '';
31 };
@@ -67,6 +67,12 @@ in
67 extraHosts =
68 let toHosts = m: "${m.ipAddress} ${m.hostName} ${pkgs.lib.concatStringsSep " " (if m ? aliases then m.aliases else [])}\n"; in
69 pkgs.lib.concatStrings (map toHosts machines);
70 +
71 + defaultMailServer = {
72 + directDelivery = true;
73 + hostName = "smtp.st.ewi.tudelft.nl";
74 + domain = "st.ewi.tudelft.nl";
75 + };
76 };
77
78 services = {