feature(pi3): set boot configuration limit
This commit is contained in:
parent
4c96950ca4
commit
af2f1754e5
|
@ -24,6 +24,7 @@
|
||||||
loader = {
|
loader = {
|
||||||
generic-extlinux-compatible = {
|
generic-extlinux-compatible = {
|
||||||
enable = true; # Enables the generation of /boot/extlinux/extlinux.conf
|
enable = true; # Enables the generation of /boot/extlinux/extlinux.conf
|
||||||
|
configurationLimit = 5;
|
||||||
};
|
};
|
||||||
grub = {
|
grub = {
|
||||||
enable = false; # NixOS wants to enable GRUB by default.
|
enable = false; # NixOS wants to enable GRUB by default.
|
||||||
|
|
Loading…
Reference in a new issue