From 487fe1f4c222e029b298153568bc29c9fa93fd14 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 21 Oct 2024 13:03:56 +0200 Subject: [PATCH] added syncthing link to homepage. --- configs/nixos/homepage.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/nixos/homepage.nix b/configs/nixos/homepage.nix index 482a600..a371673 100644 --- a/configs/nixos/homepage.nix +++ b/configs/nixos/homepage.nix @@ -95,6 +95,14 @@ in { description="Calander administration"; }; } + { + Syncthing={ + icon="sh-syncthing.svg"; + href="http://localhost:8384/"; + siteMonitor="http://localhost:8384/"; + description="Local Syncthing dashboard"; + }; + } ]; } {