bordervm add network debugging utils

module-based-network
Daniel Barlow 2023-02-15 20:46:11 +00:00
parent 9899fa91f6
commit ea6b9c8016
1 changed files with 7 additions and 1 deletions

View File

@ -66,7 +66,13 @@ let
};
};
};
environment.systemPackages = [ pkgs.pkgsBuildBuild.tufted ];
environment.systemPackages = with pkgs.pkgsBuildBuild; [
tcpdump
wireshark
socat
tufted
iptables
];
security.sudo.wheelNeedsPassword = false;
networking = {
hostName = "border";