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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user