mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 12:16:32 +03:00
123
This commit is contained in:
Executable → Regular
@@ -39,6 +39,16 @@
|
||||
to = 15380;
|
||||
}
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
8443
|
||||
9443
|
||||
13380
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
8443
|
||||
9443
|
||||
13380
|
||||
];
|
||||
};
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
imports = [
|
||||
./containers
|
||||
./nginx.nix
|
||||
./xray.nix
|
||||
# ./xray.nix
|
||||
# ../services/uptime-kuma.nix
|
||||
# ./netbird.nix
|
||||
];
|
||||
|
||||
Executable → Regular
Reference in New Issue
Block a user