mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
+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