add tcpdump tool and fix bond interface

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-07 10:00:41 -05:00
parent 618ab4f500
commit e8679aa177
2 changed files with 20 additions and 20 deletions

View file

@ -36,6 +36,7 @@
environment.systemPackages = with pkgs; [
lua
sqlite
tcpdump
];
ringofstorms_common = {