mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix(modules): fix description for modules
This commit is contained in:
parent
d582830627
commit
57f1f43226
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
options.kubernetes.modules = mkOption {
|
options.kubernetes.modules = mkOption {
|
||||||
description = "Attribute set of module definitions";
|
description = "Attribute set of modules";
|
||||||
default = {};
|
default = {};
|
||||||
type = types.attrsOf (types.submodule ({config, name, ...}: {
|
type = types.attrsOf (types.submodule ({config, name, ...}: {
|
||||||
options = {
|
options = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue