diff --git a/modules/services/vdirsyncer.nix b/modules/services/vdirsyncer.nix index 2f622d0a3..75ad0bbae 100644 --- a/modules/services/vdirsyncer.nix +++ b/modules/services/vdirsyncer.nix @@ -67,9 +67,9 @@ in { Service = { Type = "oneshot"; # TODO `vdirsyncer discover` - ExecStart = "${cfg.package}/bin/vdirsyncer sync ${ + ExecStart = "${cfg.package}/bin/vdirsyncer ${ concatStringsSep " " vdirsyncerOptions - }"; + } sync"; }; };