From 4a32a415874de069c3d14657702674c2411e2b1b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 26 May 2026 14:42:24 +0900 Subject: [PATCH] module.nix: fix systemd timer `Unit=` field --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index e5d7819..e44b75c 100644 --- a/module.nix +++ b/module.nix @@ -86,7 +86,7 @@ in wantedBy = [ "timers.target" ]; timerConfig = { OnCalendar = cfg.settings.onCalendar; - Unit = "pvv-calendar-bot"; + Unit = "pvv-calendar-bot.service"; }; };