From 5ebaaf46a22f3d4b84f0197e6f9bb7bfbe94ca6c Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 5 Jul 2024 00:51:06 +0000 Subject: [PATCH] hping: ship it's a handy net debugging tool --- hosts/common/programs/assorted.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 3fb2ce66..d468eb99 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -57,6 +57,7 @@ in "git" "gptfdisk" # gdisk "hdparm" + "hping" "htop" "iftop" "inetutils" # for telnet @@ -625,6 +626,8 @@ in # TODO: probably need /dev and such ]; + hping = {}; + # seahorse: dump gnome-keyring secrets. seahorse.buildCost = 1; # N.B. it can lso manage ~/.ssh keys, but i explicitly don't add those to the sandbox for now.