Decrease bootloader timeout to 3 seconds

This commit is contained in:
2020-09-13 16:58:56 +02:00
parent 78e8bc0182
commit 425eb99ce6

View File

@@ -28,6 +28,7 @@
enable = true; enable = true;
configurationLimit = 50; configurationLimit = 50;
}; };
timeout = 3;
}; };
# Run Nix garbage collector, while avoiding compiling # Run Nix garbage collector, while avoiding compiling