diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index 36ec546..b9282e9 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -10,8 +10,10 @@ with config; programs.krewfile = { enable = true; krewPackage = pkgs.krew; + indexes = { + "netshoot" = "https://github.com/nilic/kubectl-netshoot.git"; + }; plugins = [ - "index netshoot https://github.com/nilic/kubectl-netshoot.git" "netshoot/netshoot" "resource-capacity" "rook-ceph"