initial commit here we are
This commit is contained in:
commit
82916ad718
59 changed files with 2155 additions and 0 deletions
9
workstation/k8s.nix
Normal file
9
workstation/k8s.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
talosctl
|
||||
kubectl
|
||||
kind
|
||||
k9s
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue