diff --git a/nixos/doc/manual/development/option-types.section.md b/nixos/doc/manual/development/option-types.section.md index f39472e2ba61..c0add330b72e 100644 --- a/nixos/doc/manual/development/option-types.section.md +++ b/nixos/doc/manual/development/option-types.section.md @@ -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 {}; };