wip: allow traffic from br-+ interfaces
Some checks reported warnings
Flake checks / Check (pull_request) Has been cancelled

This commit is contained in:
teutat3s 2023-12-13 00:27:10 +01:00
parent eaee2b4985
commit 88a961e09e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -10,7 +10,9 @@
mode = "644";
};
networking.firewall.trustedInterfaces = [ "br-*" ];
# 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/