about summary refs log tree commit diff
path: root/lib/dns.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/dns.nix4
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 = [

Consider giving Nix/NixOS a try! <3