Is there a way to increase the NodePort range under k3s?

I understand this is possible under regular k8s by updating the kubeapi-server manifest file field “–service-node-port-range” appropriately, but I’ve been unable to locate the equivalent in k3s. Is there one, and if so, where?

Thanks muchly in advance.