feature(pi3): set boot configuration limit

This commit is contained in:
Fiscal Velvet Poet 2024-09-11 23:57:46 +10:00
parent 4c96950ca4
commit af2f1754e5
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47

View file

@ -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.