Unverified Commit 9992c0fd authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

doc/option-types: fix attrTag example

Further down, `ssh = { drop = {}; };` is used.
parent 3272eda1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {};
            };