services.tailscale.extraUpFlags

NixOS option

Extra flags to pass to tailscale up. Only applied if services.tailscale.authKeyFile is specified.

type: list of string
Default
[ ]
Example
[
  "--ssh"
]
declared in: nixos/modules/services/networking/tailscale.nixView source on NixOS/nixpkgs →