kubectl module
This commit is contained in:
parent
9f79d2d557
commit
ba783cf2ef
2 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
|
||||
../../../nixos/roles/physical/desktop/common
|
||||
../../../nixos/roles/physical/desktop/niri
|
||||
|
||||
../../../nixos/modules/kubectl.nix
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
|
|
|
|||
7
nixos/modules/kubectl.nix
Normal file
7
nixos/modules/kubectl.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackage = with pkgs; [
|
||||
kubectl
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue