Compare commits

...

5 Commits

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 --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 --conflict-resolve newer --exclude-from %h/Documents/sync-exclude.txt bisync cloud:Documents %h/Documents";
}; };
Install.WantedBy = ["default.target"]; Install.WantedBy = ["default.target"];
}; };