wip: allow traffic from br-+ interfaces
All checks were successful
Flake checks / Check (pull_request) Successful in 4m5s

This commit is contained in:
teutat3s 2023-12-13 00:27:10 +01:00
parent 5c658126dd
commit 8c10839980
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/