From dc7d6a4ee26923da7f763cac7c0e17c65b5dc0e6 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:55:09 +1000 Subject: [PATCH] add radicale to homepage dashboard --- modules/nixos/features/homepage-dashboard.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/nixos/features/homepage-dashboard.nix b/modules/nixos/features/homepage-dashboard.nix index 437f21d..b3bdc88 100644 --- a/modules/nixos/features/homepage-dashboard.nix +++ b/modules/nixos/features/homepage-dashboard.nix @@ -183,6 +183,13 @@ in "href" = "https://ntfy-sh.fi33.buzz/"; }; } + { + "Radicale" = { + "description" = "CalDAV/CardDav sync server"; + "icon" = "radicale.svg"; + "href" = "https://radicale.fi33.buzz/"; + }; + } { "qBittorrent" = { "description" = "BitTorrent client";