1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00

weechat: use relay instead of API

This commit is contained in:
2024-10-01 21:03:33 +02:00
parent 7e033412bd
commit 904cc4401e
4 changed files with 5 additions and 8 deletions

View File

@@ -7,7 +7,6 @@
}: {
systemd.services.telegram-bot-tlg-wotd = {
enable = true;
wantedBy = ["multi-user.target"];
wants = ["network-online.target"];
startAt = "9:30";
path = [ pkgs.jq pkgs.curl pkgs.recode pkgs.deno pkgs.imagemagick pkgs.gawk pkgs.gnugrep pkgs.coreutils ];