diff --git a/common/network-tools.nix b/common/network-tools.nix index 04798a9..8fe18cd 100644 --- a/common/network-tools.nix +++ b/common/network-tools.nix @@ -6,15 +6,10 @@ tcpdump nmap iperf - netperf socat ]; programs = { traceroute.enable = true; - mtr = { - enable = true; - package = pkgs.unstable.mtr; - }; }; }