forest/common/tailscale.nix

4 lines
107 B
Nix

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