wireguard: attempt infinity times to resolve a peer

This commit is contained in:
Graham Christensen 2019-05-31 14:40:02 -04:00
parent 29eb4bcdb8
commit 1de35c7f5e
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -246,6 +246,7 @@ let
after = [ "wireguard-${interfaceName}.service" ];
wantedBy = [ "multi-user.target" ];
environment.DEVICE = interfaceName;
environment.WG_ENDPOINT_RESOLUTION_RETRIES = "infinity";
path = with pkgs; [ iproute wireguard-tools ];
serviceConfig = {