mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -16,7 +16,7 @@ let
|
||||
settings = {
|
||||
clients = [
|
||||
{
|
||||
id = config.sops.secrets.xray_uuid.path;
|
||||
id = "${config.sops.secrets.xray_uuid.path}";
|
||||
flow = "xtls-rprx-vision";
|
||||
}
|
||||
];
|
||||
@@ -30,7 +30,7 @@ let
|
||||
serverNames = [
|
||||
"cloudflare.com"
|
||||
];
|
||||
privateKey = config.sops.secrets.xray_private-key.path;
|
||||
privateKey = "${config.sops.secrets.xray_private-key.path}";
|
||||
shortIds = [
|
||||
"0a381e1fa219"
|
||||
"be0ce04754dc"
|
||||
|
||||
Reference in New Issue
Block a user