mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
imports = [
|
||||
./containers
|
||||
./nginx.nix
|
||||
# ./xray.nix
|
||||
./xray.nix
|
||||
# ../services/uptime-kuma.nix
|
||||
# ./netbird.nix
|
||||
];
|
||||
|
||||
+12
-12
@@ -10,18 +10,18 @@
|
||||
settings = inputs.zeroq-credentials.services.xray.config;
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [
|
||||
8443
|
||||
9443
|
||||
13380
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
8443
|
||||
9443
|
||||
13380
|
||||
];
|
||||
};
|
||||
# networking.firewall = {
|
||||
# allowedTCPPorts = [
|
||||
# 8443
|
||||
# 9443
|
||||
# 13380
|
||||
# ];
|
||||
# allowedUDPPorts = [
|
||||
# 8443
|
||||
# 9443
|
||||
# 13380
|
||||
# ];
|
||||
# };
|
||||
|
||||
environment.systemPackages = [ pkgs.xray ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user