big cleanup

This commit is contained in:
fwastring 2025-11-17 21:28:37 +01:00
parent e01f925f0a
commit 70b75d6faa
11 changed files with 64 additions and 112 deletions

View file

@ -12,10 +12,10 @@
config = lib.mkIf config.kubernetes-tools.enable {
environment.systemPackages = with pkgs; [
kubectl
buildkit
# buildkit
argocd
containerd
cri-tools
# containerd
# cri-tools
kubectx
(wrapHelm kubernetes-helm {
plugins = with pkgs.kubernetes-helmPlugins; [
@ -25,7 +25,7 @@
helm-git
];
})
k3sup
# k3sup
];
};