@cryptotaxi247 / infra / commits / 30afae83

* Use DHCP to get the network configuration for the build machines.

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

Eelco Dolstra committed Mar 16, 2007 at 13:32 UTC 30afae832706638680d6b266dc29c6ca4b47cf2e
1 file changed -11
build-machines.nix
-11
@@ -20,17 +20,6 @@
20 maxJobs = 2;
21 };
22
23 - networking = {
24 - useDHCP = false;
25 - interfaces = [
26 - { name = "eth0";
27 - ipAddress = "192.168.1.14";
28 - }
29 - ];
30 - defaultGateway = "192.168.1.5";
31 - nameservers = ["130.161.158.4" "130.161.33.17" "130.161.180.1"];
32 - };
33 -
23 services = {
24 sshd = {
25 enable = true;