nixfiles/profiles/tailscale/tailscale.nix
2021-12-28 22:59:28 +00:00

5 lines
109 B
Nix

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