ahuston-0 145ee572e2
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 16s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 4m5s
add arr
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2025-06-03 00:03:18 -04:00

39 lines
315 B
Nix

{ ... }:
{
networking.firewall.allowedTCPPorts = [
# qbit
8081
8082
8443
# hydra
3000
# minio
8500
8501
# gitea
2222
2223
8088
# attic
8183
# collabora
9980
# arr
6767
9696
7878
8989
8686
8787
5055
];
}