diff options
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |