# sources nix instructions: ## tailscale operator ``` helm repo add tailscale https://pkgs.tailscale.com/helmcharts helm repo update helm upgrade \ --install \ tailscale-operator \ tailscale/tailscale-operator \ --namespace=tailscale \ --create-namespace \ --set-string oauth.clientId="" \ --set-string oauth.clientSecret="" \ --wait ```