From 80dd2e3dd9fc0820ad85991223e54bcf11a401c9 Mon Sep 17 00:00:00 2001 From: dracoling Date: Wed, 1 May 2024 16:54:10 -0400 Subject: [PATCH] update: add traceroute --- changelog.md | 4 ++++ configuration.nix | 1 + 2 files changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 77c8816..24c82ae 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## add traceroute + +- just added `traceroute`, not `inetutils` because for some reason that one sucks? + ## nixos disambiguation - merged config from `nixos` jumpbox diff --git a/configuration.nix b/configuration.nix index 205c86f..0bf13e9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,7 @@ btop dig eza + traceroute ]; environment.shellAliases = {