From 2af4ea9ad902d7da84404ceebb0532fa555305e7 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 10 Oct 2025 13:21:51 +0300 Subject: [PATCH] 123 --- nixosModules/vds/xray.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixosModules/vds/xray.nix b/nixosModules/vds/xray.nix index 0551d02..a8f93d1 100755 --- a/nixosModules/vds/xray.nix +++ b/nixosModules/vds/xray.nix @@ -16,7 +16,7 @@ let settings = { clients = [ { - id = "${config.sops.secrets.xray_uuid.path}"; + id = builtins.readFile config.sops.secrets.xray_uuid.path; flow = "xtls-rprx-vision"; } ]; @@ -30,7 +30,7 @@ let serverNames = [ "cloudflare.com" ]; - privateKey = "${config.sops.secrets.xray_private-key.path}"; + privateKey = builtins.readFile config.sops.secrets.xray_private-key.path; shortIds = [ "0a381e1fa219" "be0ce04754dc"