Files

11 lines
190 B
Nix

let
interface = lib.substring 0 15 "ts-${instanceName}";
in
{
services.tailscale = {
enable = true;
# Use the interface name for the tunnel
interfaceName = interface;
};
}