diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/users/fcuny/k8s.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/users/fcuny/k8s.nix b/nix/users/fcuny/k8s.nix index 01fb802..5461142 100644 --- a/nix/users/fcuny/k8s.nix +++ b/nix/users/fcuny/k8s.nix @@ -27,7 +27,8 @@ programs.fish = { shellAliases = { ukctx = '' - ${pkgs.gh}/bin/gh api "repos/Roblox/prophase/contents/path/to/file" --jq '.content' | base64 -d > ~/.kube/rksconfig''; + GH_HOST=github.rbx.com ${pkgs.gh}/bin/gh api "repos/Roblox/cell-lifecycle/contents/rks/kubeconfig" --jq '.content' | base64 -d > ~/.kube/rksconfig + ''; }; }; } |