fix typo
This commit is contained in:
parent
86408094ac
commit
e85f5c72a9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
optons.modules.kubernetes.enable = lib.mkEnableOption "Enable MiniKube and Kubectl";
|
options.modules.kubernetes.enable = lib.mkEnableOption "Enable MiniKube and Kubectl";
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue