Loading
nixos/k3s: replace deprecated extra flag in usage example
The previously used `--kubelet-arg=v=4` extra flag causes k3s to crash with `Error: initialize logging: the logging configuration should not be changed after setting it once`. Replace it with the working `--debug` flag.