From 8c305c34d048a7a3fe6e6a67a1b588900c7ca27c Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 28 Sep 2025 19:04:44 +0300 Subject: [PATCH] 123 --- nixosModules/pub-vds/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixosModules/pub-vds/default.nix b/nixosModules/pub-vds/default.nix index bf5f51e..13fdf56 100644 --- a/nixosModules/pub-vds/default.nix +++ b/nixosModules/pub-vds/default.nix @@ -3,7 +3,7 @@ ... }: { - imports = [ - ./xray.nix - ]; + # imports = [ + # #./xray.nix + # ]; }