bastion: add kube tools

This commit is contained in:
Vivian 2021-10-19 21:21:42 +02:00
parent 412845802b
commit 846e8dbafc
2 changed files with 14 additions and 4 deletions

View file

@ -31,10 +31,20 @@
# Additional packages
environment.systemPackages = with pkgs; [
vim
fluxcd
k9s
kubectl
kubectx
nodejs-14_x
ripgrep
rsync
tmux
vault
vim
];
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
};
}