7 lines
115 B
Nix
7 lines
115 B
Nix
{ ... }: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
port = 22276;
|
|
useRoutingFeatures = "client";
|
|
};
|
|
}
|