From 774a9739db10b81e0aac6fd300dd58305f12f2f0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 26 May 2018 21:06:06 +0200 Subject: ... --- odin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/odin.nix b/odin.nix index 1890fbab..f7690648 100644 --- a/odin.nix +++ b/odin.nix @@ -387,6 +387,7 @@ }; systemd.services.iperf = { + wantedBy = [ "multi-user.target" ]; path = with pkgs; [ iperf2 ]; script = '' exec -- iperf -sV -- cgit v1.2.3