From e668c1eec69f687a29b642f761f9155c073cf5bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 15 Apr 2024 22:22:45 +0200 Subject: [PATCH] feat(panoptikon): do not care about bitcoin --- systems/ful/panoptikon.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/systems/ful/panoptikon.nix b/systems/ful/panoptikon.nix index 55fa5f2..8f2d020 100644 --- a/systems/ful/panoptikon.nix +++ b/systems/ful/panoptikon.nix @@ -51,13 +51,6 @@ in { script = panoptikon.url "http://lammla.info/index.php?reihe=30"; reporters = [irc-kmein]; }; - btc = { - script = panoptikon.url "https://eur.rate.sx/1BTC"; - reporters = [telegram-kmein]; - loadCredential = [ - "token:${config.age.secrets.telegram-token-kmein.path}" - ]; - }; kratylos = { script = panoptikon.url "https://kratylos.reichert-online.org/current_issue/KRATYLOS"; reporters = [irc-kmein];