networking: fix typo in resolvconf option edns0

This commit is contained in:
Franz Pletz 2017-01-21 14:58:25 +01:00
parent 664d1d6dc9
commit ab90eac835
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -13,7 +13,7 @@ let
resolvconfOptions = cfg.resolvconfOptions
++ optional cfg.dnsSingleRequest "single-request"
++ optional cfg.dnsExtensionMechanism "ends0";
++ optional cfg.dnsExtensionMechanism "edns0";
in
{