Commit f5bf90e56fbf

Vincent Demeester <vincent@sbr.pm>
2026-01-14 12:29:35
fix(aomi): add missing firewall rule for Harmonia binary cache
Port 5000 was not accessible because the custom nftables configuration didn't include it in the input chain, even though the Harmonia module was configured to serve on that port. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 657121d
Changed files (1)
systems/aomi/openshift-port-forward.nix
@@ -82,6 +82,9 @@
               # Allow Ollama Prometheus exporter
               tcp dport 8000 accept
 
+              # Allow Harmonia binary cache
+              tcp dport 5000 accept
+
               # Allow libvirt
               tcp dport 16509 accept