networking | add wt0 as trusted, add syncthing port

This commit is contained in:
Don Harper 2026-06-22 19:40:15 -05:00
parent 313b2b4368
commit 255f560727

View file

@ -7,7 +7,7 @@
dhcpcd.enable = false;
firewall = {
enable = true;
trustedInterfaces = ["tailscale0"];
trustedInterfaces = ["tailscale0" "wt0"];
checkReversePath = "loose";
allowedUDPPorts = [config.services.tailscale.port];
allowedTCPPortRanges = [
@ -22,7 +22,7 @@
to = 1764;
}
];
allowedTCPPorts = [22 80 443];
allowedTCPPorts = [22 80 443 8384];
};
nameservers = [
"1.1.1.1"