nixos-config/linux/nebula/tailscale.nix

10 lines
114 B
Nix
Raw Normal View History

2024-02-26 21:06:48 -08:00
{ ... }:
{
2023-11-27 21:44:04 -08:00
services.tailscale = {
enable = true;
port = 25555;
useRoutingFeatures = "both";
};
}