Merge pull request #296584 from Schweber/master

nixos/resolvconf: add option "trust-ad" when `useLocalResolver` is enabled
This commit is contained in:
Janik 2024-04-12 21:54:24 +02:00 committed by GitHub
commit bf69641481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ let
resolvconfOptions = cfg.extraOptions
++ optional cfg.dnsSingleRequest "single-request"
++ optional cfg.dnsExtensionMechanism "edns0";
++ optional cfg.dnsExtensionMechanism "edns0"
++ optional cfg.useLocalResolver "trust-ad";
configText =
''