feat(modules): add labels to modules

This commit is contained in:
Jaka Hudoklin 2018-03-22 11:50:16 +01:00
parent bd36e010d0
commit a45f6b8b15

View file

@ -129,6 +129,12 @@ in {
default = "default"; default = "default";
}; };
labels = mkOption {
description = "Attribute set of module lables";
type = types.attrsOf types.str;
default = {};
};
configuration = mkOption { configuration = mkOption {
description = "Module configuration"; description = "Module configuration";
type = submodule { type = submodule {