add kubectl
This commit is contained in:
parent
f6dbe8ad1d
commit
788697561a
@ -48,6 +48,10 @@ in
|
||||
requires = [ "cloud-final.service" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ nfs-utils k9s ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
k9s
|
||||
kubectl
|
||||
nfs-utils
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user