From af2f1754e5c1832f75c60c2e92b0d5385caf132b Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Wed, 11 Sep 2024 23:57:46 +1000 Subject: [PATCH] feature(pi3): set boot configuration limit --- hardware/raspberry_pi_3_model_B.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/raspberry_pi_3_model_B.nix b/hardware/raspberry_pi_3_model_B.nix index 938b1af..10be5ea 100644 --- a/hardware/raspberry_pi_3_model_B.nix +++ b/hardware/raspberry_pi_3_model_B.nix @@ -24,6 +24,7 @@ loader = { generic-extlinux-compatible = { enable = true; # Enables the generation of /boot/extlinux/extlinux.conf + configurationLimit = 5; }; grub = { enable = false; # NixOS wants to enable GRUB by default.