mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 01:37:56 +02:00
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:
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.enableOnBoot = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
|
Reference in New Issue
Block a user