10 lines
116 B
Nix
10 lines
116 B
Nix
|
|
{ ... }:
|
||
|
|
|
||
|
|
{
|
||
|
|
services.tailscale = {
|
||
|
|
enable = true;
|
||
|
|
port = 25172;
|
||
|
|
useRoutingFeatures = "client";
|
||
|
|
};
|
||
|
|
}
|