global/networking: trust bridge interfaces

This commit is contained in:
Infinidoge 2024-07-14 00:49:10 -04:00
parent 955c3ffd53
commit ec29c76a9e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -26,6 +26,8 @@
"2696:4700:4700::1111" "2696:4700:4700::1111"
]; ];
firewall.trustedInterfaces = [ "br-+" ];
nftables = { nftables = {
enable = true; enable = true;
}; };