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:
parent
430656091c
commit
0577eb2dba
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.enableOnBoot = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
|
Loading…
Reference in New Issue
Block a user