From 15cb37f877168d99f5b908f13a5cf83520e0946b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 20 Nov 2021 19:32:11 +0300 Subject: fix(ops/restic): Move whitby's backup to GleSYS object storage Since GCP nuked us, the backups are now moving to GleSYS' S3-compatible object storage. This refactors the restic module to support S3-compatible storage instead of GCP, and switches to the appropriate new secret paths. The secrets were placed on whitby manually and I verified that the backups work. This fixes b/157 Change-Id: I6a9d2b0581967605ce736605a3befb44cdeae7e1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3883 Tested-by: BuildkiteCI Reviewed-by: grfn --- ops/machines/whitby/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/machines/whitby') diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 9a928dad30..20abd72be8 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -328,7 +328,7 @@ in { # Run cgit & josh to serve git git-serving.enable = true; - # Configure backups to Google Cloud Storage + # Configure backups to GleSYS restic = { enable = true; paths = [ -- cgit 1.4.1