fix recurring tasks

feature/hass
Ingolf Wagner 2023-01-10 21:27:29 +01:00
parent cb54a4d0ef
commit c48bda2ac4
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
services.taskwarrior-autotag = {
enable = true;
recurrence = "on";
recurrence = "off";
onCalendar = "hourly";
server = "taskd.ingolf-wagner.de:53589";
caFile = config.sops.secrets.autotagTaskwarriorCa.path;