@cryptotaxi247 / infra-1 / commits / 8c007f1f

* 'hydra' is now an ordinary build machine.

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

Eelco Dolstra committed Dec 1, 2011 at 09:46 UTC 8c007f1f70edbe2e5e7c8009aeb88282ca382819
2 files changed +1 -6
hydra.nix deleted
-5
@@ -1,5 +0,0 @@
1 -{ config, pkgs, ... }:
2 -
3 -{
4 - require = [ ./build-machines-dell-1950.nix ];
5 -}
network.nix
+1 -1
@@ -1,9 +1,9 @@
1 {
2 kenny = import ./build-machines-dell-1950.nix;
3 kyle = import ./build-machines-dell-1950.nix;
4 + hydra = import ./build-machines-dell-1950.nix;
5 stan = import ./stan.nix;
6 cartman = import ./cartman.nix;
6 - hydra = import ./hydra.nix;
7 lucifer = import ./lucifer.nix;
8 wendy = import ./wendy.nix;
9 ike = import ./build-machines-dell-r815.nix;