Note some IPv6 LL addresses
Eelco Dolstra committed
Apr 7, 2016 at 18:29 UTC
c23ecee5aaee7e7893fd72149a6bb8c05ad7eee4
1 file changed
+4
-4
delft/machines.nix
+4
-4
@@ -12,7 +12,7 @@ lib: with lib;
12
13
{ # 8-core NixOS build machine.
14
hostName = "kenny";
15
- ipAddress = "131.180.119.71";
15
+ ipAddress = "131.180.119.71"; # fe80::222:19ff:fe55:cc0d
16
ethernetAddress = "00:22:19:55:cc:0d";
17
systems = [ "x86_64-linux" "i686-linux" ];
18
maxJobs = 8;
@@ -22,7 +22,7 @@ lib: with lib;
22
23
{ # 8-core NixOS build machine.
24
hostName = "stan";
25
- ipAddress = "131.180.119.74";
25
+ ipAddress = "131.180.119.74"; # fe80::222:19ff:fe55:bf2e
26
ethernetAddress = "00:22:19:55:bf:2e";
27
systems = [ "x86_64-linux" "i686-linux" ];
28
maxJobs = 8;
@@ -32,7 +32,7 @@ lib: with lib;
32
33
{ # 8-core NixOS build machine.
34
hostName = "kyle";
35
- ipAddress = "131.180.119.72";
35
+ ipAddress = "131.180.119.72"; # fe80::222:19ff:fe55:c118
36
ethernetAddress = "00:22:19:55:c1:18";
37
systems = [ "x86_64-linux" "i686-linux" ];
38
maxJobs = 8;
@@ -58,7 +58,7 @@ lib: with lib;
58
59
{ # Old Hydra server, now build machine.
60
hostName = "lucifer";
61
- ipAddress = "131.180.119.73";
61
+ ipAddress = "131.180.119.73"; # fe80::862b:2bff:fe0b:98f0
62
ethernetAddress = "84:2b:2b:0b:98:f0";
63
}
64