diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-09 21:29:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-09 21:29:41 -0500 |
| commit | 5d5996fca6b193d025c27df39dd1a312dcfe4e5a (patch) | |
| tree | cfeeeea048b08df1de5b2141274277035025a751 /assets/outbox/install-dig.txt | |
| parent | 7da4afdcdaa15a3af47d3295460b9298288d3bcb (diff) | |
| download | archsetup-5d5996fca6b193d025c27df39dd1a312dcfe4e5a.tar.gz archsetup-5d5996fca6b193d025c27df39dd1a312dcfe4e5a.zip | |
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.
Diffstat (limited to 'assets/outbox/install-dig.txt')
| -rw-r--r-- | assets/outbox/install-dig.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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. |
