From 56211a0c9e7a5d4b3da198f679f21fc8ce3389e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 3 Mar 2025 14:07:05 +0100 Subject: [PATCH] 582 current 1970-01-01 01:00:00 24.11.20250301.5ef6c42 6.6.80 * --- modules/home/programs/rclone.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/rclone.nix b/modules/home/programs/rclone.nix index 052c3c6..2c4372a 100644 --- a/modules/home/programs/rclone.nix +++ b/modules/home/programs/rclone.nix @@ -105,7 +105,7 @@ in { }; Service = { Type = "oneshot"; - ExecStart = "${pkgs.rclone}/bin/rclone --config=${config.sops.templates."rclone.conf".path} --resilient --recover -vv --exclude-from %h/Documents/sync-exclude.txt bisync cloud:Documents %h/Documents"; + ExecStart = "${pkgs.rclone}/bin/rclone --config=${config.sops.templates."rclone.conf".path} --resilient --recover -v --exclude-from %h/Documents/sync-exclude.txt bisync cloud:Documents %h/Documents"; }; Install.WantedBy = ["default.target"]; };