{ config, pkgs, ... }: { services.tailscale.enable = true; networking.firewall = { checkReversePath = "loose"; trustedInterfaces = [ "taiolscale0" ]; allowedUDPPorts = [ config.services.tailscale.port ]; }; }