Some checks failed
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Failing after 6m50s
Check flake.lock / Check health of `flake.lock` (push) Successful in 9m43s
Check Nix formatting / Perform Nix format checks (push) Failing after 5m36s
Update flakes / createPullRequest (push) Failing after 3h13m22s
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
23 lines
184 B
Nix
23 lines
184 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking.firewall.allowedTCPPorts = [
|
|
# qbit
|
|
8081
|
|
8082
|
|
8443
|
|
|
|
# hydra
|
|
3000
|
|
|
|
# minio
|
|
8500
|
|
8501
|
|
|
|
# gitea
|
|
2222
|
|
2223
|
|
];
|
|
|
|
}
|