From c48bda2ac4d2c8d09fd221a208d80295fc303e04 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 10 Jan 2023 21:27:29 +0100 Subject: [PATCH] fix recurring tasks --- nixos/machines/pepe/taskwarrior-pushover.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/pepe/taskwarrior-pushover.nix b/nixos/machines/pepe/taskwarrior-pushover.nix index 0f63d28..9706244 100644 --- a/nixos/machines/pepe/taskwarrior-pushover.nix +++ b/nixos/machines/pepe/taskwarrior-pushover.nix @@ -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;