fix: some packages has been removed from macOS

introduced by ae238d401d
This commit is contained in:
Ryan Yin
2024-02-20 16:14:51 +08:00
parent ed1b4775eb
commit 3b346c4dd9
3 changed files with 40 additions and 40 deletions

View File

@@ -1,23 +1,8 @@
{
lib,
pkgs,
vars_networking,
...
}: {
environment.systemPackages = with pkgs; [
# networking tools
mtr # A network diagnostic tool
iperf3
dnsutils # `dig` + `nslookup`
ldns # replacement of `dig`, it provide the command `drill`
wget
curl
aria2 # A lightweight multi-protocol & multi-source command-line download utility
socat # replacement of openbsd-netcat
nmap # A utility for network discovery and security auditing
ipcalc # it is a calculator for the IPv4/v6 addresses
];
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.