Sat 14 Sep 00:03:25 CEST 2024

This commit is contained in:
Thomas Avé 2024-09-14 00:03:25 +02:00
parent 0885df1411
commit b2949528a2
1 changed files with 25 additions and 27 deletions

View File

@ -4,9 +4,7 @@ let
disk_check = import ./utils/disk_check.nix { inherit pkgs; };
vdirsyncer = {
when = "*:0/15";
script = toString (pkgs.writeShellScript "script" ''
${pkgs.vdirsyncer}/bin/vdirsyncer sync imec/pair
'');
script = toString (pkgs.writeShellScript "script" '' ${pkgs.vdirsyncer}/bin/vdirsyncer sync imec/pair '');
};
mbsync = {
when = "*-*-* 00:00:00";