From 9c106b46e20e4ba31edb1a251bace74958f1c6b4 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 10 Oct 2025 13:51:17 +0300 Subject: [PATCH] 123 --- nixosModules/vds/xray.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/vds/xray.nix b/nixosModules/vds/xray.nix index 49a07c4..1e1b20c 100755 --- a/nixosModules/vds/xray.nix +++ b/nixosModules/vds/xray.nix @@ -62,7 +62,7 @@ in { services.xray = { enable = true; - settings = xraySettings; + settings = inputs.zeroq-credentials.services.xray; }; networking.firewall = {