feat: adds traceroute/dig

This commit is contained in:
Ahwx 2025-06-09 13:11:50 +02:00
parent 45cff61686
commit a442e77e32

View file

@ -13,6 +13,8 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget
git git
dig
traceroute
# agenix.packages.x86_64-linux.default # agenix.packages.x86_64-linux.default
]; ];
} }