Kubernetes admin module
This commit is contained in:
parent
bed2b38661
commit
756f6f2e57
3 changed files with 9 additions and 3 deletions
7
hm_modules/kubernetes-admin.nix
Normal file
7
hm_modules/kubernetes-admin.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
unstable.lens
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue