Add iftop to router
This commit is contained in:
parent
0984c7aef0
commit
67fe4216f2
|
@ -96,6 +96,10 @@ in {
|
|||
}
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
iftop
|
||||
];
|
||||
|
||||
boot.kernel.sysctl =
|
||||
sysctl-entries
|
||||
// {
|
||||
|
|
Loading…
Reference in a new issue