From 14f0a10417726971565a097923858a0c6231f51a Mon Sep 17 00:00:00 2001 From: root Date: Sun, 9 Jan 2022 16:37:26 -0800 Subject: [PATCH] Enable uboot to solve /boot space issues --- hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index c28e2fa..a7d371d 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -8,6 +8,8 @@ boot.loader.raspberryPi = { enable = true; version = 3; + uboot.enable = true; + uboot.configurationLimit = 1; firmwareConfig = '' gpu_mem=192 dtparam=audio=on