global/networking: trust traffic from tailscale interface
This commit is contained in:
parent
21fa2fc133
commit
53713dc249
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
"2696:4700:4700::1111"
|
||||
];
|
||||
|
||||
firewall.trustedInterfaces = [ "br-+" ];
|
||||
firewall.trustedInterfaces = [ "br-+" "tailscale0" ];
|
||||
|
||||
nftables = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue