How to not start docker in boot-time

It’s possible not start docker in boot time? because it takes more minutes to initialize GUI target.

you’re looking for virtualisation.docker.enableOnBoot = false

3 Likes

i’ll put that in configuration.nix, and works, thanks!