fixed formatting
This commit is contained in:
parent
7ec36e8a2b
commit
d8dd32193d
15 changed files with 167 additions and 76 deletions
|
|
@ -1,11 +1,16 @@
|
|||
{config, pkgs, lib, ...}:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.modules.kubernetes;
|
||||
in
|
||||
|
||||
{
|
||||
options.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; [
|
||||
|
|
@ -13,4 +18,4 @@ in
|
|||
kubectl
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue