diff --git a/hosts/common/networking.nix b/hosts/common/networking.nix index 973d25f..d4ab1c5 100644 --- a/hosts/common/networking.nix +++ b/hosts/common/networking.nix @@ -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"