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 = [
|
imports = [
|
||||||
./containers
|
./containers
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
# ./xray.nix
|
./xray.nix
|
||||||
# ../services/uptime-kuma.nix
|
# ../services/uptime-kuma.nix
|
||||||
# ./netbird.nix
|
# ./netbird.nix
|
||||||
];
|
];
|
||||||
|
|||||||
+12
-12
@@ -10,18 +10,18 @@
|
|||||||
settings = inputs.zeroq-credentials.services.xray.config;
|
settings = inputs.zeroq-credentials.services.xray.config;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
# networking.firewall = {
|
||||||
allowedTCPPorts = [
|
# allowedTCPPorts = [
|
||||||
8443
|
# 8443
|
||||||
9443
|
# 9443
|
||||||
13380
|
# 13380
|
||||||
];
|
# ];
|
||||||
allowedUDPPorts = [
|
# allowedUDPPorts = [
|
||||||
8443
|
# 8443
|
||||||
9443
|
# 9443
|
||||||
13380
|
# 13380
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.xray ];
|
environment.systemPackages = [ pkgs.xray ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user