about summary refs log tree commit diff
path: root/profiles/tailscale.nix
blob: 61c1a382c6dd8a24f92be210f55f916d36577e12 (plain) (blame)
1
2
3
4
5
6
{ ... }:
{
  services.tailscale.enable = true;
  networking.firewall.trustedInterfaces = [ "tailscale0" ];
  networking.firewall.checkReversePath = "loose";
}