about summary refs log tree commit diff
path: root/hosts/common
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-14 19:00:21 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-14 19:00:21 -0700
commitd42658ac4930a248a99b72bb3d59a938a92c18fa (patch)
tree89d9c27e0c2fbcfaeebb9eca50efc096d3bdaf7f /hosts/common
parentprometheus: scrape gitea metrics (diff)
downloadworld-d42658ac4930a248a99b72bb3d59a938a92c18fa.tar.gz
rclone: fix the path
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/server/rclone.nix2
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 = [