@cryptotaxi247 / infra / commits / 73e71531

remove delroth's config

Thanks for helping with the infra!

zimbatm committed May 30, 2024 at 18:37 UTC 73e715314b1e07d787e4730cf37f247f582e9601
2 files changed -21
delft/haumea/zrepl.nix
-15
@@ -9,10 +9,6 @@
9 hostNames = [ "zh2543b.rsync.net" "2001:1620:2019::324" ];
10 publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKlIcNwmx7id/XdYKZzVX2KtZQ4PAsEa9KVQ9N43L3PX";
11 };
12 - delroth-backup-server = {
13 - hostNames = [ "smol.delroth.net" ];
14 - publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID9Ta4DYE3YxXzV57s6TX6KEbIa3O4re+J4NzATCOiXb";
15 - };
12 hexa-backup-server = {
13 hostNames = [ "meduna.hexa-home.v6.army" ];
14 publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUe5BqMDt562KOIcUm4RqZC5ejmd62elkYKkqExUYsl";
@@ -84,17 +80,6 @@
80 # };
81 # })
82
87 - (defaultBackupJob // {
88 - name = "delroth";
89 - connect = {
90 - identity_file = "/root/.ssh/id_ed25519";
91 - type = "ssh+stdinserver";
92 - host = "smol.delroth.net";
93 - user = "zrepl";
94 - port = 22;
95 - };
96 - })
97 -
83 (defaultBackupJob // {
84 name = "hexa";
85 connect = {
modules/wireguard-hosts.toml
-6
@@ -107,12 +107,6 @@ ip = "10.254.4.4"
107 port = 51820
108 publicKey = "pH2DCtTti9gbyYZ4jFHnhjwDGlWTGKlJ7HFl9ykYjz8="
109
110 -[hosts.delroth]
111 -# delroth's machine (@delroth), for administrative access
112 -ip = "10.254.4.5"
113 -port = 51820
114 -publicKey = "1PLQcx+eVLgRwN6e7fim53rHQXB7pjIg6okOe2nFoi8="
115 -
110 [hosts.hexa-helix]
111 # hexa's machine (@mweinelt), for administrative access
112 ip = "10.254.4.6"