mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat(modules): use module name as module default
This commit is contained in:
parent
901e084408
commit
3eb8bc0731
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ in {
|
||||||
module = mkOption {
|
module = mkOption {
|
||||||
description = "Name of the module to use";
|
description = "Name of the module to use";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
default = config.name;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue