8 lines
113 B
Nix
8 lines
113 B
Nix
|
|
{...}: {
|
||
|
|
services.tailscale = {
|
||
|
|
enable = true;
|
||
|
|
port = 62662;
|
||
|
|
useRoutingFeatures = "client";
|
||
|
|
};
|
||
|
|
}
|