module.nix: fix systemd timer Unit= field
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ in
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = cfg.settings.onCalendar;
|
||||
Unit = "pvv-calendar-bot";
|
||||
Unit = "pvv-calendar-bot.service";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user