From 71288332e85f993628439cecfbaa6ee207d01f46 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 11 Mar 2022 19:31:26 -0800 Subject: rclone: synchronize restic repo to GCS Add a couple of secrets to store the configuration and the service account, and add a timer to synchronize the restic repository to a GCS bucket once a day. --- secrets.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'secrets.nix') diff --git a/secrets.nix b/secrets.nix index 7a45923..ae0efaf 100644 --- a/secrets.nix +++ b/secrets.nix @@ -22,4 +22,7 @@ in { "secrets/unifi/unifi-poller.age".publicKeys = [ fcuny_aptos aptos tahoe ]; "secrets/restic/repo-systems.age".publicKeys = [ fcuny_aptos aptos tahoe ]; + "secrets/rclone/config.ini.age".publicKeys = [ fcuny_aptos aptos tahoe ]; + "secrets/rclone/gcs_service_account.json.age".publicKeys = + [ fcuny_aptos aptos tahoe ]; } -- cgit 1.4.1