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/"; - } - ]; - } ]; } ]