This commit is contained in:
2025-10-10 13:21:51 +03:00
parent ed27bb72df
commit 2af4ea9ad9
+2 -2
View File
@@ -16,7 +16,7 @@ let
settings = { settings = {
clients = [ clients = [
{ {
id = "${config.sops.secrets.xray_uuid.path}"; id = builtins.readFile 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 = builtins.readFile config.sops.secrets.xray_private-key.path;
shortIds = [ shortIds = [
"0a381e1fa219" "0a381e1fa219"
"be0ce04754dc" "be0ce04754dc"