This commit is contained in:
2025-10-01 12:48:37 +03:00
parent ed33edb419
commit 5730a15dbc
6 changed files with 1 additions and 33 deletions
-3
View File
@@ -3,7 +3,4 @@
...
}:
{
# imports = [
# #./xray.nix
# ];
}
-19
View File
@@ -1,19 +0,0 @@
{
config,
inputs,
pkgs,
...
}:
{
services.xray = {
enable = true;
settings = inputs.zeroq-credentials.public.services.xray;
};
networking.firewall = {
allowedTCPPorts = [ 443 ];
allowedUDPPorts = [ 443 ];
};
environment.systemPackages = [ pkgs.xray ];
}