chore(inventory/tags): remove unsupported settings from tags interface
This commit is contained in:
@@ -402,14 +402,7 @@ in
|
|||||||
default = { };
|
default = { };
|
||||||
};
|
};
|
||||||
tags = lib.mkOption {
|
tags = lib.mkOption {
|
||||||
type = types.attrsOf (
|
type = types.attrsOf (types.submodule { });
|
||||||
types.submodule {
|
|
||||||
options.settings = lib.mkOption {
|
|
||||||
default = { };
|
|
||||||
type = types.deferredModule;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
);
|
|
||||||
default = { };
|
default = { };
|
||||||
};
|
};
|
||||||
settings = lib.mkOption {
|
settings = lib.mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user