From 4d9aa9f0913533cd72883866a9ace4cfbddb5495 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 18 Sep 2021 00:45:47 +0200 Subject: [PATCH] ticker: add ds21 schedule.ics --- hosts/containers/ticker/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/containers/ticker/default.nix b/hosts/containers/ticker/default.nix index ee301d9c..be2467f4 100644 --- a/hosts/containers/ticker/default.nix +++ b/hosts/containers/ticker/default.nix @@ -122,5 +122,9 @@ with lib; url = "https://scrape.hq.c3d2.de/dhmd-veranstaltungen.ics"; color = "#E00728"; }; + ds21 = { + url = "https://talks.datenspuren.de/ds21/schedule.ics"; + color = "#40A940"; + }; }; }