1
1
Fork 0

Enable uboot to solve /boot space issues

This commit is contained in:
root 2022-01-09 16:37:26 -08:00
parent aba0a306bc
commit 14f0a10417
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
boot.loader.raspberryPi = { boot.loader.raspberryPi = {
enable = true; enable = true;
version = 3; version = 3;
uboot.enable = true;
uboot.configurationLimit = 1;
firmwareConfig = '' firmwareConfig = ''
gpu_mem=192 gpu_mem=192
dtparam=audio=on dtparam=audio=on