nixfiles/profiles/tailscale/tailscale.nix

5 lines
109 B
Nix
Raw Normal View History

2021-12-28 22:59:28 +00:00
{ ... }: {
services.tailscale.enable = true;
networking.firewall.trustedInterfaces = [ "tailscale0" ];
}