@cryptotaxi247 / infra / commits / 0186848a

* Specify a hostname.

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

Eelco Dolstra committed Feb 22, 2007 at 14:35 UTC 0186848aade08fb3c9a23f4d4ed38408e5c4cb2e
1 file changed +1
main.nix
+1
@@ -19,6 +19,7 @@ rec {
19 ];
20
21 networking = {
22 + hostName = "buildfarm";
23 interfaces = [
24 { name = "eth0:0";
25 ipAddress = "192.168.1.5";