fix(flora-6): add br-* docker interfaces to firewall's
Some checks failed
Flake checks / Check (pull_request) Failing after 1s

trusted interfaces
This commit is contained in:
teutat3s 2023-12-12 21:40:15 +01:00
parent 201506ff9a
commit 1389338e65
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/