feature(pi3): set boot configuration limit
This commit is contained in:
parent
4c96950ca4
commit
af2f1754e5
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue