1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 02:31:09 +01:00

feat(vdirsyncer): restart after failure

This commit is contained in:
2021-10-18 07:24:43 +02:00
parent beef73daab
commit b989684f12

View File

@@ -17,6 +17,10 @@ in
${pkgs.vdirsyncer}/bin/vdirsyncer sync
${pkgs.khal}/bin/khal printcalendars # https://lostpackets.de/khal/configure.html#syncing
'';
serviceConfig = {
Type = "oneshot";
Restart = "on-failure";
};
};
home-manager.users.me = {