From d6d1347291bd45ff8e0125ee43ec5670ec2ee562 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 15 Jul 2022 04:08:10 +0200 Subject: [PATCH] ticker: add ezag --- 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 1a58f9b6..75bdc61f 100644 --- a/hosts/containers/ticker/default.nix +++ b/hosts/containers/ticker/default.nix @@ -210,6 +210,10 @@ with lib; url = "https://scrape.hq.c3d2.de/hfbk-dresden.ics"; color = "#3366FF"; }; + ezag = { + url = "https://tu-dresden.de/ing/informatik/sya/professur-fuer-betriebssysteme/die-professur/termine/echtzeit-ag/ics_view"; + color = "#002557"; + }; }; }; };