diff options
Diffstat (limited to 'profiles/station/k8s.nix')
| -rw-r--r-- | profiles/station/k8s.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/station/k8s.nix b/profiles/station/k8s.nix new file mode 100644 index 0000000..bc2b8c3 --- /dev/null +++ b/profiles/station/k8s.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: { + environment.systemPackages = with pkgs; [ + kubernetes-helm + kubectl + kind + ]; +} |
