Add packet-t2a-2
Graham Christensen committed
Sep 28, 2018 at 08:45 UTC
619b0d4fa4feab1bc24320ba02d1fdfac7331499
1 file changed
+7
delft/hydra.nix
+7
@@ -143,6 +143,10 @@ in
143
Hostname 147.75.65.54
144
Compression yes
145
146
+ Host packet-t2a-2
147
+ Hostname 147.75.79.198
148
+ Compression yes
149
+
150
Host packet-epyc-1
151
Hostname 147.75.198.47
152
Compression yes
@@ -176,6 +180,9 @@ in
180
# packet-t2a-1
181
{ hostNames = [ "147.75.65.54" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINPipUJuE/vHgrakfIBp+mt7iS3DlMlecRdI/hleGm1W"; }
182
183
+ # packet-t2a-2
184
+ { hostNames = [ "147.75.79.198" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCo+z5d8C6SpCyvC8KAPMAcMEtd5J74tRsk+7sm2KgD"; }
185
+
186
# packet-epyc-1
187
{ hostNames = [ "147.75.198.47" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAt76Jw/xXqvYcrNZSa+BEfKfLCFyvY50LZJuGBWtJwx"; }
188