doc/option-types: fix attrTag example

Further down, `ssh = { drop = {}; };` is used.
This commit is contained in:
Wolfgang Walther 2025-03-27 14:22:19 +01:00
parent 3272eda198
commit 9992c0fd4d
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -371,7 +371,7 @@ If the you're interested in can be distinguished without a label, you may simpli
options.destination = mkOption { … }; options.destination = mkOption { … };
}; };
}; };
ignore = types.mkOption { drop = types.mkOption {
description = "Drop the packet without sending anything back."; description = "Drop the packet without sending anything back.";
type = types.submodule {}; type = types.submodule {};
}; };