MyNixOS website logo
option

services.rke2.extraFlags

Extra flags to pass to the rke2 service/agent.

Here you can find all the available flags:

Declarations
Type
list of string
Default
[ ]
Example
[
  "--disable-kube-proxy"
  "--cluster-cidr=10.24.0.0/16"
]