mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
networking: fix typo in resolvconf option edns0
This commit is contained in:
parent
664d1d6dc9
commit
ab90eac835
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ let
|
|||
|
||||
resolvconfOptions = cfg.resolvconfOptions
|
||||
++ optional cfg.dnsSingleRequest "single-request"
|
||||
++ optional cfg.dnsExtensionMechanism "ends0";
|
||||
++ optional cfg.dnsExtensionMechanism "edns0";
|
||||
in
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue