services.tailscale.serve.configFile

NixOS option

Path to a Tailscale Serve configuration file in JSON format. If set, this takes precedence over services.tailscale.serve.services. See https://tailscale.com/kb/1589/tailscale-services-configuration-file for the configuration format.

type: null or absolute path
Default
null
Example
"/run/secrets/tailscale-serve.json"
declared in: nixos/modules/services/networking/tailscale-serve.nixView source on NixOS/nixpkgs →