From 0de9d5e002a2f36c8b49c060799a22a9a168fb80 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 16 Oct 2025 23:21:39 -0500 Subject: [PATCH] Update bookmark set --- modules/hm/gui/bookmarks.nix | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/modules/hm/gui/bookmarks.nix b/modules/hm/gui/bookmarks.nix index d445cf1..6134777 100644 --- a/modules/hm/gui/bookmarks.nix +++ b/modules/hm/gui/bookmarks.nix @@ -207,19 +207,19 @@ name = "PVE1"; url = "https://10.42.1.1:8006/"; } - { - name = "Isaiah"; - url = "https://isaiah.home:8006/"; - } { name = "Jeremiah"; - url = "https://jeremiah.home:8006/"; + url = "https://jeremiah.shire-zebra.ts.net:8006/"; } ]; } { name = "Kubernetes"; bookmarks = [ + { + name = "CloudNative PG"; + url = "https://cloudnative-pg.io/documentation/1.26/"; + } { name = "Longhorn"; url = "http://longhorn.shire-zebra.ts.net"; @@ -230,6 +230,19 @@ } ]; } + { + name = "Bitcoin"; + bookmarks = [ + { + name = "Bitcoin dashboard"; + url = "http://hosea.shire-zebra.ts.net:60845/"; + } + { + name = "Ride the Lightning"; + url = "http://hosea.shire-zebra.ts.net:3000/"; + } + ]; + } { name = "Password Hash"; url = "https://unix4lyfe.org/crypt/"; @@ -238,10 +251,6 @@ name = "Keymap editor"; url = "https://nickcoutsos.github.io/keymap-editor/"; } - { - name = "Bitcoin dashboard"; - url = "http://hosea.home:60845"; - } { name = "Syncthing - nas"; url = "http://nas.home:8384/#"; @@ -298,15 +307,6 @@ } ]; } - { - name = "Docs"; - bookmarks = [ - { - name = "CloudNative PG"; - url = "https://cloudnative-pg.io/documentation/1.26/"; - } - ]; - } ]; } ]