From 0e672afa6830adf53eab6ed306508bec56f8cb8e Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 6 May 2026 13:16:16 +0100 Subject: [PATCH] common: add dnsutils for ad-hoc DNS debugging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same rationale as jq — useful when poking at the AdGuard / DNS path during incidents, no package on the system currently provides dig/host. Co-Authored-By: Claude Opus 4.7 --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 3eb739f..1a89862 100644 --- a/common.nix +++ b/common.nix @@ -98,6 +98,7 @@ nvd nix-output-monitor jq + dnsutils busybox ]; }