diff options
Diffstat (limited to '')
-rw-r--r-- | lib/dns.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/dns.nix b/lib/dns.nix index e1f6b7a..da1f1f2 100644 --- a/lib/dns.nix +++ b/lib/dns.nix @@ -1,4 +1,6 @@ -{ +{ lib, inputs, ... }: +with lib; +recursiveUpdate inputs.dns.lib { const = { quad9 = { default = [ |