forest/common/tailscale.nix

5 lines
107 B
Nix
Raw Permalink Normal View History

2023-10-12 16:23:49 +00:00
{ ... }: {
services.tailscale.enable = true;
networking.firewall.trustedInterfaces = ["tailsacle0"];
2023-10-12 16:23:49 +00:00
}