diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/server/rclone.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |