From 6dcd9d81447527566956214b5c01cb589650e28d Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 23 Jun 2023 16:12:25 +0200 Subject: [PATCH] Add DNS tools to resolve hosts --- m/common/main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/common/main.nix b/m/common/main.nix index 9a6e690..e43ce4f 100644 --- a/m/common/main.nix +++ b/m/common/main.nix @@ -34,7 +34,7 @@ environment.systemPackages = with pkgs; [ vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake file tree - ncdu config.boot.kernelPackages.perf + ncdu config.boot.kernelPackages.perf ldns # From bsckgs overlay bsc.osumb ];