Skip to content

Commit

Permalink
tfgrid-devnet-vm0: add iperf3 and man
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Apr 5, 2024
1 parent 7d5a60f commit c805097
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ in {
self.nixosModules.zosVmDir
];

environment.systemPackages = [
pkgs.iperf3
pkgs.man
];

networking.hostName = hostName;

hostName = "TODO";
Expand Down

0 comments on commit c805097

Please sign in to comment.