Enable uboot to solve /boot space issues
This commit is contained in:
parent
aba0a306bc
commit
14f0a10417
|
@ -8,6 +8,8 @@
|
|||
boot.loader.raspberryPi = {
|
||||
enable = true;
|
||||
version = 3;
|
||||
uboot.enable = true;
|
||||
uboot.configurationLimit = 1;
|
||||
firmwareConfig = ''
|
||||
gpu_mem=192
|
||||
dtparam=audio=on
|
||||
|
|
Loading…
Reference in New Issue