From db29606164ed14d76dd05222965c9cc08ddd0aa0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 9 Apr 2026 21:29:41 -0500 Subject: feat: add bind package for DNS utilities, update dotfile state Add bind (dig, host, nslookup) to supplemental packages and systemd-resolvconf for wireguard DNS integration. Update calibre, hyprland, hyprlock, qalculate, mimeapps, and waypaper state. --- assets/outbox/install-dig.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 assets/outbox/install-dig.txt (limited to 'assets') diff --git a/assets/outbox/install-dig.txt b/assets/outbox/install-dig.txt new file mode 100644 index 0000000..6e2f4ae --- /dev/null +++ b/assets/outbox/install-dig.txt @@ -0,0 +1,9 @@ +Install dig (bind package) as part of base system setup. + +dig was missing on ratio and velox. Needed for DNS diagnostics and +used by the homelab system-health-check workflow. Was manually +installed on both machines on 2026-03-24. + + sudo pacman -S bind + +Provides: dig, host, nslookup, and other DNS utilities. -- cgit v1.2.3