updates again
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
19
modules/home-manager/kubernetes.nix
Normal file
19
modules/home-manager/kubernetes.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
kubectl
|
||||
kubeseal
|
||||
velero
|
||||
fluxcd
|
||||
kompose
|
||||
];
|
||||
|
||||
programs = {
|
||||
k9s = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user