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