bordervm add network debugging utils
This commit is contained in:
parent
9899fa91f6
commit
ea6b9c8016
1 changed files with 7 additions and 1 deletions
|
@ -66,7 +66,13 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.systemPackages = [ pkgs.pkgsBuildBuild.tufted ];
|
environment.systemPackages = with pkgs.pkgsBuildBuild; [
|
||||||
|
tcpdump
|
||||||
|
wireshark
|
||||||
|
socat
|
||||||
|
tufted
|
||||||
|
iptables
|
||||||
|
];
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "border";
|
hostName = "border";
|
||||||
|
|
Loading…
Reference in a new issue