feat(kubectx): test kubectl

This commit is contained in:
Stefan Schwarz 2023-03-24 08:46:34 +01:00
parent 2622bdb144
commit 698e0b6ec2

View file

@ -9,6 +9,7 @@ in {
k9s
kind
kubectl
kubectx
kubeseal
nmap
pwgen
@ -32,6 +33,11 @@ in {
(import ../packages/certmanager.nix)
];
programs.bash.shellAliases = {
kx = "kubectx";
kns = "kubens";
};
virtualisation.docker = {
enable = true;
storageDriver = "zfs";