"mbosch.me" has broken IPv6, tsk tsk.
Graham Christensen committed
Oct 22, 2022 at 19:10 UTC
0aedef60537d2e7a5a8b24c769b0beef59295bea
1 file changed
+5
-1
delft/haumea.nix
+5
-1
@@ -202,6 +202,10 @@
202
hostNames = [ "[83.162.34.61]:6666" ];
203
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKKUSblYu3vgZOY4hsezAx8pwwsgVyDsnZLT9M0zZsgZ";
204
};
205
+ ma27-backup-server = {
206
+ hostNames = [ "mbosch.me" "135.181.78.102" ];
207
+ publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG6rlyYpWzzt1Fn4c9XdrgzuVqlnhzXz6BRReDVz9I/n";
208
+ };
209
};
210
};
211
@@ -300,7 +304,7 @@
304
connect = {
305
identity_file = "/root/.ssh/id_ed25519";
306
type = "ssh+stdinserver";
303
- host = "mbosch.me";
307
+ host = "135.181.78.102"; # "mbosch.me" has broken IPv6, tsk tsk.
308
user = "hno";
309
port = 22;
310
};