From d29686a8413b7b238a3e59db6e6a942e5251247a Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 21 Dec 2022 15:17:59 +0100 Subject: [PATCH] rc3ticker: add dezentrale --- hosts/rc3ticker/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/rc3ticker/default.nix b/hosts/rc3ticker/default.nix index 0b192c13..e99b1eba 100644 --- a/hosts/rc3ticker/default.nix +++ b/hosts/rc3ticker/default.nix @@ -25,6 +25,7 @@ ticker = { updateInterval = "hourly"; config.calendars = { + # https://lab.nrw/hedgedoc/_hV5kXt9TKuiV0DVsdIwgg chilyconchaos = { url = "https://ramac.mudbyte.de/remote.php/dav/public-calendars/YTtwyZcXsmZDfSoo/?export"; color = "rgb(255,47,0)"; @@ -53,6 +54,10 @@ url = "https://pretalx.c3voc.de/hip-berlin-2022/schedule/export/schedule.ics"; color = "#3C3C3C"; }; + dezentrale = { + url = "https://dezentrale.space/2022/12/localverse2022-fahrplan.ics"; + color = "#02107a"; + }; }; }; };