summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 1890fbab..f7690648 100644
--- a/odin.nix
+++ b/odin.nix
@@ -387,6 +387,7 @@
387 }; 387 };
388 388
389 systemd.services.iperf = { 389 systemd.services.iperf = {
390 wantedBy = [ "multi-user.target" ];
390 path = with pkgs; [ iperf2 ]; 391 path = with pkgs; [ iperf2 ];
391 script = '' 392 script = ''
392 exec -- iperf -sV 393 exec -- iperf -sV