wireguard: attempt infinity times to resolve a peer
This commit is contained in:
parent
29eb4bcdb8
commit
1de35c7f5e
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue