From ed5a50d99654fcb3a208e731f852369816a4de76 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Fri, 18 Jul 2025 00:14:23 +0200 Subject: [PATCH] add genepi's syncthing to glance --- machines/genepi/glance-config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/genepi/glance-config.nix b/machines/genepi/glance-config.nix index 4b913e6..5608f38 100644 --- a/machines/genepi/glance-config.nix +++ b/machines/genepi/glance-config.nix @@ -54,6 +54,11 @@ url = "https://rss.home.rpqt.fr"; icon = "si:rss"; } + { + title = "Syncthing"; + url = "https://genepi.home.rpqt.fr/syncthing"; + icon = "si:syncthing"; + } ]; } ];