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 + # ]; }