@cryptotaxi247 / infra-1 / commits / 51842013

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

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

Eelco Dolstra committed Mar 15, 2012 at 23:45 UTC 5184201395e70d6e2d431580af14098f315dc995
1 file changed +3 -3
network.nix
+3 -3
@@ -2,12 +2,12 @@
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;
5 + #stan = import ./stan.nix;
6 cartman = import ./cartman.nix;
7 lucifer = import ./lucifer.nix;
8 wendy = import ./wendy.nix;
9 ike = import ./build-machines-dell-r815.nix;
10 shelley = import ./build-machines-dell-r815.nix;
11 - mrkitty = import ./mrkitty.nix;
12 - #mrhankey = import ./mrhankey.nix;
11 + #mrkitty = import ./mrkitty.nix;
12 + mrhankey = import ./mrhankey.nix;
13 }