7 lines
113 B
Nix
7 lines
113 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
useRoutingFeatures = "client";
|
|
};
|
|
}
|