diff --git a/lib/inventory/build-inventory/interface.nix b/lib/inventory/build-inventory/interface.nix index 63bebb21c..faf0e3c09 100644 --- a/lib/inventory/build-inventory/interface.nix +++ b/lib/inventory/build-inventory/interface.nix @@ -402,14 +402,7 @@ in default = { }; }; tags = lib.mkOption { - type = types.attrsOf ( - types.submodule { - options.settings = lib.mkOption { - default = { }; - type = types.deferredModule; - }; - } - ); + type = types.attrsOf (types.submodule { }); default = { }; }; settings = lib.mkOption {