nixos-config/linux/protostar/tailscale.nix

10 lines
116 B
Nix
Raw Normal View History

2024-03-02 15:10:23 -08:00
{ ... }:
{
services.tailscale = {
enable = true;
port = 25172;
useRoutingFeatures = "client";
};
}