Skip to content

Commit 9e78280

Browse files
committed
feat: enable previous nix version picker on boot
1 parent ae8b396 commit 9e78280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hosts/nixos/gaming/configuration.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,10 @@ in {
329329
# binfmt.emulatedSystems = ["aarch64-linux"];
330330

331331
# Bootloader.
332-
loader.timeout = 0;
332+
loader.timeout = 5;
333333
loader.systemd-boot.enable = true;
334334
loader.systemd-boot.consoleMode = "max";
335+
loader.systemd-boot.configurationLimit = 10;
335336
loader.efi.canTouchEfiVariables = true;
336337
loader.efi.efiSysMountPoint = "/boot/efi";
337338

0 commit comments

Comments
 (0)