summaryrefslogtreecommitdiff
path: root/modules/system/networking/vpn/tailscale.nix
blob: 5d5159475d7cc28ee8dd4d913a11268a187d1cab (plain) (blame)
1
2
3
4
{
  services.tailscale.enable = true;
  networking.firewall.trustedInterfaces = [ "tailscale0" ];
}