7 lines
111 B
Nix
7 lines
111 B
Nix
{...}: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
port = 25555;
|
|
useRoutingFeatures = "both";
|
|
};
|
|
}
|