This commit is contained in:
2025-10-10 13:11:54 +03:00
parent 13eab5ef24
commit ed27bb72df
+2 -2
View File
@@ -16,7 +16,7 @@ let
settings = { settings = {
clients = [ clients = [
{ {
id = config.sops.secrets.xray_uuid.path; id = "${config.sops.secrets.xray_uuid.path}";
flow = "xtls-rprx-vision"; flow = "xtls-rprx-vision";
} }
]; ];
@@ -30,7 +30,7 @@ let
serverNames = [ serverNames = [
"cloudflare.com" "cloudflare.com"
]; ];
privateKey = config.sops.secrets.xray_private-key.path; privateKey = "${config.sops.secrets.xray_private-key.path}";
shortIds = [ shortIds = [
"0a381e1fa219" "0a381e1fa219"
"be0ce04754dc" "be0ce04754dc"