fix(flora-6): allow traffic from br-+ interfaces

This commit is contained in:
teutat3s 2023-12-12 19:58:07 +01:00
parent 1b9a6bb0c2
commit e8cf4dceb0
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -10,6 +10,10 @@
mode = "644";
};
# Trust docker bridge interface traffic
# Needed for the docker runner to communicate with the act_runner cache
networking.firewall.trustedInterfaces = [ "br-+" ];
# forgejo actions runner
# https://forgejo.org/docs/latest/admin/actions/
# https://docs.gitea.com/usage/actions/quickstart