nixos-config/linux/comet/tailscale.nix

8 lines
113 B
Nix
Raw Normal View History

2023-12-17 01:24:17 -08:00
{ ... }: {
services.tailscale = {
enable = true;
port = 12765;
useRoutingFeatures = "both";
};
}