added some more stuff

This commit is contained in:
fwastring 2026-03-06 11:16:39 +01:00
parent 27bc6d99e0
commit 36a21d1257
8 changed files with 60 additions and 14 deletions

View file

@ -12,7 +12,7 @@
config = lib.mkIf config.kubernetes-tools.enable {
environment.systemPackages = with pkgs; [
kubectl
krew
krew
# buildkit
argocd
# containerd
@ -26,8 +26,10 @@
helm-git
];
})
# k3sup
];
environment.variables = {
KREW_ROOT = "$HOME/.krew";
};
};
}