wip: allow traffic from br-+ interfaces
All checks were successful
Flake checks / Check (pull_request) Successful in 4m5s
All checks were successful
Flake checks / Check (pull_request) Successful in 4m5s
This commit is contained in:
parent
5c658126dd
commit
8c10839980
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue