ahuston-0 f91129a848
attic firewall
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2025-01-25 23:06:20 -05:00

27 lines
215 B
Nix

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