From d11ce63a985208fd5adc7f3bf5bea3e2032c4528 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 13 Oct 2025 20:05:10 -0500 Subject: [PATCH] Add Restic bookmark --- modules/hm/gui/bookmarks.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hm/gui/bookmarks.nix b/modules/hm/gui/bookmarks.nix index 04bceec..d445cf1 100644 --- a/modules/hm/gui/bookmarks.nix +++ b/modules/hm/gui/bookmarks.nix @@ -254,6 +254,10 @@ name = "Portainer"; url = "http://nas1.shire-zebra.ts.net:31015"; } + { + name = "Restic"; + url = "http://nas1.shire-zebra.ts.net:30248"; + } ]; } {