docker: Don't enable on boot

Docker significantly increases the boot time since it turns 4 seconds
into 5.5. This fixes that.
This commit is contained in:
Donovan Glover
2023-10-25 13:29:18 -04:00
parent 430656091c
commit 0577eb2dba

View File

@ -2,6 +2,7 @@
{
virtualisation.docker.enable = true;
virtualisation.docker.enableOnBoot = false;
environment.systemPackages = with pkgs; [
docker-compose