From a6d2067ff7484e92d00f0ffc6b69d7a27bf5abb8 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 23 Jun 2025 09:19:16 -0500 Subject: [PATCH] Improvements to IVR --- home/default.nix | 1 + home/hosts/ivr/default.nix | 1 + modules/hm/gui/bookmarks.nix | 17 +++++++++++++++++ 3 files changed, 19 insertions(+) diff --git a/home/default.nix b/home/default.nix index 3d51008..c5dab44 100644 --- a/home/default.nix +++ b/home/default.nix @@ -32,6 +32,7 @@ let in { "MacBook-Pro.local" = user "aarch64-darwin" "ivr" "gregory.hellings"; + "jude.thehellings.lan" = user "aarch64-darwin" "ivr" "gregory.hellings"; # This is annoying, but DNS is a pain for the shared docking station exodus = greg "exodus"; jude = greg "jude"; isaiah = greg "isaiah"; diff --git a/home/hosts/ivr/default.nix b/home/hosts/ivr/default.nix index cb6e825..0456b80 100644 --- a/home/hosts/ivr/default.nix +++ b/home/hosts/ivr/default.nix @@ -37,6 +37,7 @@ in kubectl minikube mise + nil nixStable pipenv-ivr pre-commit diff --git a/modules/hm/gui/bookmarks.nix b/modules/hm/gui/bookmarks.nix index 81e16fc..ace7be0 100644 --- a/modules/hm/gui/bookmarks.nix +++ b/modules/hm/gui/bookmarks.nix @@ -63,6 +63,19 @@ } ]; } + { + name = "IC"; + bookmarks = [ + { + name = "Azure Portal/Console"; + url = "https://portal.azure.com"; + } + { + name = "Azure Code"; + url = "https://dev.azure.com"; + } + ]; + } { name = "Processes"; bookmarks = [ @@ -78,6 +91,10 @@ name = "DB Request"; url = "https://ivrtg.aha.io/develop/features/INFR-1073"; } + { + name = "Deploy"; + url = "https://ivrtg.aha.io/develop/features/EN-1000"; + } { name = "Server list"; url = "https://ivrtg.atlassian.net/wiki/spaces/ITS/pages/13009166/350+Main";