doc/option-types: fix attrTag example (#393726)

This commit is contained in:
Robert Hensing
2025-03-27 14:07:47 +00:00
committed by GitHub
@@ -371,7 +371,7 @@ If the you're interested in can be distinguished without a label, you may simpli
options.destination = mkOption { … };
};
};
ignore = types.mkOption {
drop = types.mkOption {
description = "Drop the packet without sending anything back.";
type = types.submodule {};
};