From e775587d63c57308b9943fb225bc1d2bcb317678 Mon Sep 17 00:00:00 2001 From: Hsiang-Cheng Yang Date: Fri, 3 May 2019 01:38:37 +0800 Subject: softether: 4.25 -> 4.29 (#60665) * softether: 4.25 -> 4.29 * softether_4_29: restrict to x86_64-linux Does not build on aarch64 because of upstream "-m64" compile flag --- nixos/modules/services/networking/softether.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/services/networking/softether.nix') diff --git a/nixos/modules/services/networking/softether.nix b/nixos/modules/services/networking/softether.nix index 65df93a00da..0046dcd366f 100644 --- a/nixos/modules/services/networking/softether.nix +++ b/nixos/modules/services/networking/softether.nix @@ -70,6 +70,8 @@ in systemd.services."softether-init" = { description = "SoftEther VPN services initial task"; + after = [ "keys.target" ]; + wants = [ "keys.target" ]; wantedBy = [ "network.target" ]; serviceConfig = { Type = "oneshot"; -- cgit 1.4.1