From d42658ac4930a248a99b72bb3d59a938a92c18fa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 14 Mar 2022 19:00:21 -0700 Subject: rclone: fix the path --- hosts/common/server/rclone.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common/server') diff --git a/hosts/common/server/rclone.nix b/hosts/common/server/rclone.nix index c939e7b..0e26e16 100644 --- a/hosts/common/server/rclone.nix +++ b/hosts/common/server/rclone.nix @@ -18,7 +18,7 @@ description = "synchronize restic repository to GCS"; serviceConfig = let rcloneOptions = - "--config=${config.age.secrets.rclone-config.path} --gcs-service-account-file==${config.age.secrets.rclone-gcs-sa.path} --fast-list --verbose"; + "--config=${config.age.secrets.rclone-config.path} --gcs-service-account-file=${config.age.secrets.rclone-gcs-sa.path} --fast-list --verbose"; in { Type = "oneshot"; ExecStart = [ -- cgit 1.4.1