From 4e362678ca4ecf5b5d439355e36eb2f489d8a523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 13 Apr 2022 07:57:05 +0200 Subject: [PATCH] feat(astrology): pause bot --- configs/telegram-bots/astrology.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/telegram-bots/astrology.nix b/configs/telegram-bots/astrology.nix index 48e5ea0..6f24595 100644 --- a/configs/telegram-bots/astrology.nix +++ b/configs/telegram-bots/astrology.nix @@ -42,7 +42,7 @@ ''; in { niveum.telegramBots.transits = { - enable = true; + enable = false; time = "*:0/1"; token = lib.strings.fileContents ; chatIds = ["-1001796440545"];