nixos-config/linux/quasar/tailscale.nix

8 lines
113 B
Nix
Raw Permalink Normal View History

2024-12-09 04:12:16 +00:00
{...}: {
services.tailscale = {
enable = true;
port = 62662;
useRoutingFeatures = "client";
};
}