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