summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-26 21:06:06 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-26 21:06:06 +0200
commit774a9739db10b81e0aac6fd300dd58305f12f2f0 (patch)
tree5b7fad4ca31f386d7ad9975f027f798326b1771a /odin.nix
parentfc2f33c440c3bbd0afd3516e32ce33c25dcdd0fe (diff)
downloadnixos-774a9739db10b81e0aac6fd300dd58305f12f2f0.tar
nixos-774a9739db10b81e0aac6fd300dd58305f12f2f0.tar.gz
nixos-774a9739db10b81e0aac6fd300dd58305f12f2f0.tar.bz2
nixos-774a9739db10b81e0aac6fd300dd58305f12f2f0.tar.xz
nixos-774a9739db10b81e0aac6fd300dd58305f12f2f0.zip
...
Diffstat (limited to 'odin.nix')
-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