This commit is contained in:
Fishandchips321 2026-02-28 17:40:17 +00:00
parent 86408094ac
commit e85f5c72a9

View file

@ -5,7 +5,7 @@ let
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 {
environment.systemPackages = with pkgs; [