diff options
Diffstat (limited to 'lib/dns.nix')
-rw-r--r-- | lib/dns.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dns.nix b/lib/dns.nix index c0e4641..66c3e51 100644 --- a/lib/dns.nix +++ b/lib/dns.nix @@ -1,6 +1,5 @@ { lib, inputs, ... }: -with lib; -recursiveUpdate inputs.dns.lib { +lib.recursiveUpdate inputs.dns.lib { mkDoT = { ips, tls }: map (ip: "${ip}#${tls}") ips; const = { |