chore(inventory/tags): remove unsupported settings from tags interface

This commit is contained in:
Johannes Kirschbauer
2025-05-20 15:53:02 +02:00
parent bd92170bed
commit 6863ce136f

View File

@@ -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 {