nixos-config/linux/nebula/tailscale.nix

8 lines
111 B
Nix
Raw Permalink Normal View History

2024-08-14 11:14:20 -07:00
{...}: {
2023-11-27 21:44:04 -08:00
services.tailscale = {
enable = true;
port = 25555;
useRoutingFeatures = "both";
};
}