@cryptotaxi247 / infra-1 / commits / 7c1d45ed

add packet-epyc-1

Not sure how to actually tell Hydra to use it, though.

Graham Christensen committed Jul 13, 2018 at 08:21 UTC 7c1d45edf93e74c3085faba598e054dba6fa860b
1 file changed +7
delft/hydra.nix
+7
@@ -141,6 +141,10 @@ in
141 Host packet-t2a-1
142 Hostname 147.75.65.54
143 Compression yes
144 +
145 + Host packet-epyc-1
146 + Hostname 147.75.198.47
147 + Compression yes
148 '';
149
150 services.openssh.knownHosts =
@@ -170,6 +174,9 @@ in
174
175 # packet-t2a-1
176 { hostNames = [ "147.75.65.54" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINPipUJuE/vHgrakfIBp+mt7iS3DlMlecRdI/hleGm1W"; }
177 +
178 + # packet-epyc-1
179 + { hostNames = [ "147.75.198.47" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAt76Jw/xXqvYcrNZSa+BEfKfLCFyvY50LZJuGBWtJwx"; }
180 ];
181
182 }