4 lines
107 B
Nix
4 lines
107 B
Nix
{ ... }: {
|
|
services.tailscale.enable = true;
|
|
networking.firewall.trustedInterfaces = ["tailsacle0"];
|
|
}
|