From e79c3241fe6e9f9937c39f0231a1012c26b2c3ea Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:56:59 +1000 Subject: [PATCH] add syncthing to 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 b3bdc88..a531e73 100644 --- a/modules/nixos/features/homepage-dashboard.nix +++ b/modules/nixos/features/homepage-dashboard.nix @@ -190,6 +190,13 @@ in "href" = "https://radicale.fi33.buzz/"; }; } + { + "Syncthing" = { + "description" = "Decentralised file synchronisation"; + "icon" = "syncthing.svg"; + "href" = "https://syncthing.fi33.buzz/"; + }; + } { "qBittorrent" = { "description" = "BitTorrent client";