fix(flora-6): add br-* docker interfaces to firewall's
trusted interfaces
This commit is contained in:
parent
7e796ab9dc
commit
73913c4662
|
@ -10,7 +10,7 @@
|
|||
mode = "644";
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = [ "gitea-actions" ];
|
||||
networking.firewall.trustedInterfaces = [ "br-*" ];
|
||||
|
||||
# forgejo actions runner
|
||||
# https://forgejo.org/docs/latest/admin/actions/
|
||||
|
|
Loading…
Reference in a new issue