Decrease bootloader timeout to 3 seconds
This commit is contained in:
parent
78e8bc0182
commit
425eb99ce6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue