diff --git a/modules/hm/gui/bookmarks.nix b/modules/hm/gui/bookmarks.nix index 4bbae14..d67bca3 100644 --- a/modules/hm/gui/bookmarks.nix +++ b/modules/hm/gui/bookmarks.nix @@ -351,6 +351,15 @@ } ]; } + { + name = "Jurisdictions"; + bookmarks = [ + { + name = "Weatherford"; + url = "https://weatherfordtx.gov/3062/Development-Services"; + } + ]; + } { name = "Door Loop"; url = "https://btrgpm.app.doorloop.com/home"; @@ -359,6 +368,14 @@ name = "HELOC payoff calculator"; url = "https://acceleratedstrategies.com/free-calculator/"; } + { + name = "Odoo"; + url = "http://10.42.2.57:8069/odoo/crm"; + } + { + name = "Mattermost"; + url = "http://10.42.2.89:8065/login"; + } ]; } { @@ -378,6 +395,15 @@ } ]; } + { + name = "Home"; + bookmarks = [ + { + name = "Home Assistant"; + url = "http://10.42.2.155:8123/config/dashboard"; + } + ]; + } ]; } ]