ahuston-0 32190dec68
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 29s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m23s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 4m16s
act cache ports
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2025-01-25 21:24:27 -05:00

24 lines
193 B
Nix

{ ... }:
{
networking.firewall.allowedTCPPorts = [
# qbit
8081
8082
8443
# hydra
3000
# minio
8500
8501
# gitea
2222
2223
8088
];
}