mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
networking: fix typo in resolvconf option edns0
This commit is contained in:
parent
664d1d6dc9
commit
ab90eac835
@ -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 New Issue
Block a user