{ user, home }: { pkgs, ... }: { home-manager.users.${user}.home.packages = with pkgs; [ iproute2 iptables ipset ethtool tcpdump ipcalc ]; }