nixos-config/linux/protostar/tailscale.nix

8 lines
113 B
Nix
Raw Permalink Normal View History

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