mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(praesenzlehre): run less frequently
This commit is contained in:
@@ -69,7 +69,7 @@ in
|
||||
description = "Live Ticker zu praesenzlehre-berlin.org";
|
||||
wants = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
startAt = "*:00/15";
|
||||
startAt = "hourly";
|
||||
path = [ pkgs.curl pkgs.pup pkgs.bc ];
|
||||
environment.BOT_TOKEN = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||
script = ''
|
||||
|
||||
Reference in New Issue
Block a user