This commit is contained in:
2025-11-30 13:51:02 +03:00
parent 7e78e300fd
commit 7713115f88
+3 -5
View File
@@ -52,10 +52,9 @@ let
settings = { settings = {
clients = [ clients = [
{ {
id = builtins.readFile config.sops.secrets.xray_x-uuid.path; id = builtins.readFile config.sops.secrets.xray_uuid.path;
flow = ""; flow = "";
level = 0; level = 0;
email = "552@552.com";
} }
]; ];
decryption = "none"; decryption = "none";
@@ -79,7 +78,7 @@ let
serverNames = [ serverNames = [
"cloudflare.com" "cloudflare.com"
]; ];
privateKey = builtins.readFile config.sops.secrets.xray_x-private-key.path; privateKey = builtins.readFile config.sops.secrets.xray_private-key.path;
shortIds = [ shortIds = [
"0a381e1fa219" "0a381e1fa219"
"be0ce04754dc" "be0ce04754dc"
@@ -103,8 +102,7 @@ let
settings = { settings = {
clients = [ clients = [
{ {
id = builtins.readFile config.sops.secrets.xray_x-uuid.path; id = builtins.readFile config.sops.secrets.xray_uuid.path;
email = "552@552.com";
} }
]; ];
}; };