svn path=/configurations/trunk/tud/; revision=24990
svn path=/configurations/trunk/tud/; revision=24990
Eelco Dolstra committed
Dec 6, 2010 at 10:23 UTC
d5340f017cb5c74d6b25ce9afcf70d5b4e1649e3
2 files changed
+10
infrastructure.nix
+8
@@ -32,4 +32,12 @@
32
{ hostname = "lucifer";
33
system = "x86_64-linux";
34
};
35
+ mrkitty =
36
+ { hostname = "mrkitty";
37
+ system = "x86_64-linux";
38
+ };
39
+ mrhankey =
40
+ { hostname = "mrhankey";
41
+ system = "x86_64-linux";
42
+ };
43
}
network.nix
+2
@@ -7,4 +7,6 @@
7
cartman = import ./cartman.nix;
8
hydra = import ./hydra.nix;
9
lucifer = import ./lucifer.nix;
10
+ mrkitty = import ./mrkitty.nix;
11
+ mrhankey = import ./mrhankey.nix;
12
}