nix/home-manager/configuration/text-minimal: add iperf3
This commit is contained in:
parent
47811b22c2
commit
de18ab5720
2 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,6 @@ in {
|
|||
|
||||
home.packages = []
|
||||
++ (with pkgs; [
|
||||
iperf3
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue