From 437f2cc9a4e7f87ce4518e40ddd7ddd9d70beefd Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 23 Aug 2025 17:09:33 +0200 Subject: [PATCH] add vert.sh to the bookmarks Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- server-modules/glance.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server-modules/glance.nix b/server-modules/glance.nix index 491e0922..d7c06a11 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -223,6 +223,10 @@ in { title = "Mazanoke (Image optimizer)"; url = "https://mazanoke.com/"; } + { + title = "Vert (File converter)"; + url = "https://vert.sh/"; + } ]; } ];