1 2 3 4 5 6
{ config, pkgs, lib, ... }: { services.tailscale.enable = true; networking.firewall.trustedInterfaces = [ "tailscale0" ]; }