vpn: change engine

This commit is contained in:
2026-04-03 22:45:28 +03:00
parent 435423f6e1
commit acf0041fbc
2 changed files with 6 additions and 5 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -11,6 +11,7 @@
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
environment = { environment = {
V2RAYA_LOG_FILE = "/var/log/v2raya/v2raya.log"; V2RAYA_LOG_FILE = "/var/log/v2raya/v2raya.log";
V2RAYA_V2RAY_BIN = pkgs.lib.getExe pkgs.xray;
V2RAY_LOCATION_ASSET = "/etc/v2raya"; V2RAY_LOCATION_ASSET = "/etc/v2raya";
XRAY_LOCATION_ASSET = "/etc/v2raya"; XRAY_LOCATION_ASSET = "/etc/v2raya";
}; };