diff options
author | Alan Pearce | 2017-09-30 11:55:20 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-30 11:55:20 +0200 |
commit | 7af44ef3e3297bcd8784787e281d1cb365da4a59 (patch) | |
tree | 4123f9d9f24bd1e18a88062174b74f8c88f6c698 /modules/programs | |
parent | b41cc81b514f24561720b18e425fd24f9466a1b4 (diff) | |
download | nixos-configuration-7af44ef3e3297bcd8784787e281d1cb365da4a59.tar.lz nixos-configuration-7af44ef3e3297bcd8784787e281d1cb365da4a59.tar.zst nixos-configuration-7af44ef3e3297bcd8784787e281d1cb365da4a59.zip |
shell: Install mtr for diagnosing network issues
Diffstat (limited to 'modules/programs')
-rw-r--r-- | modules/programs/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/programs/shell.nix b/modules/programs/shell.nix index 3ea43ad..54d54e3 100644 --- a/modules/programs/shell.nix +++ b/modules/programs/shell.nix @@ -20,6 +20,7 @@ nmap netperf moreutils + mtr psmisc tree zip |