about summary refs log tree commit diff
path: root/hosts/common/system/tailscale.nix
blob: 88c123c6031f9df58a39022d7be0fbb83f4a01cc (plain) (blame)
1
2
3
4
5
6
{ config, pkgs, lib, ... }:

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