aboutsummaryrefslogblamecommitdiff
path: root/profiles/tailscale.nix
blob: 87b1f47539f047b1fb52d2373b9e951ea635d933 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                           
{ ... }:
{
  services.tailscale = {
    enable = true;
    interfaceName = "tailscale0";
  };
  networking.firewall.trustedInterfaces = [ "tailscale0" ];
  networking.firewall.checkReversePath = "loose";
}