Improvements to IVR
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -37,6 +37,7 @@ in
|
||||
kubectl
|
||||
minikube
|
||||
mise
|
||||
nil
|
||||
nixStable
|
||||
pipenv-ivr
|
||||
pre-commit
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user