helm stuff

This commit is contained in:
2026-01-02 16:00:31 -07:00
parent 3b8e6410ef
commit b882fe4a20
2 changed files with 17 additions and 1 deletions

View File

@@ -58,6 +58,9 @@
description = "github";
extraGroups = [ "docker" ];
shell = pkgs.fish;
packages = [
kubernetes-helm
];
};
users.users.alex = {
isNormalUser = true;
@@ -279,6 +282,7 @@
mbuffer
lzop
kubectl
kubernetes-helm
];
};
};