fix(flora-6): add br-* docker interfaces to firewall's

trusted interfaces
This commit is contained in:
teutat3s 2023-12-12 21:40:15 +01:00
parent 7e796ab9dc
commit 73913c4662
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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/