From f8470155a607e1dec16bf73282bcb8246f139aee Mon Sep 17 00:00:00 2001 From: sstent Date: Tue, 21 Nov 2023 19:47:31 +0000 Subject: [PATCH] add dig --- modules/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common.nix b/modules/common.nix index 1237ce7..d7ed4a1 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -40,6 +40,7 @@ pkgs.git pkgs.ncdu pkgs.killall + pkgs.dig ]; networking.search = ["node.dc1.consul" "service.dc1.consul"];