stuff
This commit is contained in:
parent
114c519193
commit
4b888cac5c
3 changed files with 31 additions and 15 deletions
hosts/headful/work
6
hosts/headful/work/kubectl.nix
Normal file
6
hosts/headful/work/kubectl.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.kubectl
|
||||
pkgs.awscli
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue