Avunu / nixos-k3s

Flake-based NixOS K3s deployment.
MIT License
0 stars 0 forks source link

Move runtime to NixOS #10

Open batonac opened 3 days ago

batonac commented 3 days ago

May as well load the runtime via NixOS package and config.

Relevant k3s parameters:

--container-runtime-endpoint value //Disable embedded containerd and use the CRI socket at the given path; when used with --docker this sets the cri-docker socket path
--docker    //Use cri-dockerd instead of containerd

That would appear to give a choice between Docker, containerd, and podman...