@cryptotaxi247 / infra-1 / commits / db7c6bd4

haumea: prune unused zrepl hosts

Martin Weinelt committed Jan 7, 2025 at 03:12 UTC db7c6bd4c4ba94dece5dcf5c43851f26c59bff7a
1 file changed -18
build/haumea/zrepl.nix
-18
@@ -10,10 +10,6 @@
10 ];
11 publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKlIcNwmx7id/XdYKZzVX2KtZQ4PAsEa9KVQ9N43L3PX";
12 };
13 - hexa-backup-server = {
14 - hostNames = [ "meduna.hexa-home.v6.army" ];
15 - publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUe5BqMDt562KOIcUm4RqZC5ejmd62elkYKkqExUYsl";
16 - };
13 };
14 };
15
@@ -124,20 +120,6 @@
120 # service zrepl enable
121 # service zrepl start
122 */
127 -
128 - /*
129 - Covered 2024: 0212 -- 0629
130 - (defaultBackupJob // {
131 - name = "hexa";
132 - connect = {
133 - identity_file = "/root/.ssh/id_ed25519";
134 - type = "ssh+stdinserver";
135 - host = "meduna.hexa-home.v6.army";
136 - user = "zrepl";
137 - port = 22;
138 - };
139 - })
140 - */
123 ];
124 };
125 };