mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user