lib: { wantedBy = [ "network.target" "network-online.target" "nss-lookup.target" ]; serviceConfig = { Type = lib.mkForce "simple"; Restart = "on-failure"; RestartSec = "15"; }; environment = { WG_ENDPOINT_RESOLUTION_RETRIES = "infinity"; }; }