From 9d30ab07fa7f85ca7f9d1d4f7d059eed7fcbbc77 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Fri, 3 Apr 2026 22:45:28 +0300 Subject: [PATCH] vpn: change engine --- modules/host/vpn.nix | 1 + 1 file changed, 1 insertion(+) 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"; };