forked from pub-solar/infra
fix(flora-6): allow traffic from br-+ interfaces
This commit is contained in:
parent
1b9a6bb0c2
commit
e8cf4dceb0
|
@ -10,6 +10,10 @@
|
||||||
mode = "644";
|
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
|
# forgejo actions runner
|
||||||
# https://forgejo.org/docs/latest/admin/actions/
|
# https://forgejo.org/docs/latest/admin/actions/
|
||||||
# https://docs.gitea.com/usage/actions/quickstart
|
# https://docs.gitea.com/usage/actions/quickstart
|
||||||
|
|
Loading…
Reference in a new issue