feat: add configuration limit for laptop
1 files changed, 4 insertions(+), 1 deletions(-) M hosts/laptop/default.nix
M hosts/laptop/default.nix => hosts/laptop/default.nix +4 -1
@@ 39,7 39,10 @@ efi = { canTouchEfiVariables = true; }; - systemd-boot.enable = true; + systemd-boot = { + enable = true; + configurationLimit = 5; + }; timeout = 1; # Grub auto select time };