diff --git a/modules/host/vpn.nix b/modules/host/vpn.nix index 113d41c..a86caf3 100644 --- a/modules/host/vpn.nix +++ b/modules/host/vpn.nix @@ -11,6 +11,7 @@ wantedBy = [ "multi-user.target" ]; environment = { V2RAYA_LOG_FILE = "/var/log/v2raya/v2raya.log"; + V2RAYA_V2RAY_BIN = pkgs.lib.getExe pkgs.xray; V2RAY_LOCATION_ASSET = "/etc/v2raya"; XRAY_LOCATION_ASSET = "/etc/v2raya"; };