1
0
forked from extern/nix-config

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
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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