Compare commits

..

No commits in common. "f9b349f04e081862bf94f00416a0c9d97f96f39b" and "6daa10eb1e565677dfe67fd5abbffec6f628e601" have entirely different histories.

View File

@ -104,8 +104,8 @@ in {
After = ["network-online.target"]; After = ["network-online.target"];
}; };
Service = { Service = {
Type = "oneshot"; type = "oneshot";
ExecStart = "${pkgs.rclone}/bin/rclone --config=${config.sops.templates."rclone.conf".path} --resilient --recover -v --conflict-resolve newer --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 --exclude-from %h/Documents/sync-exclude.txt bisync cloud:Documents %h/Documents";
}; };
Install.WantedBy = ["default.target"]; Install.WantedBy = ["default.target"];
}; };