increase default firmware partition size

This commit is contained in:
Travis Staton 2023-03-14 09:49:23 -04:00
parent 441d32f1e4
commit 3ca8c6898a

View file

@ -102,7 +102,7 @@ in {
firmwareSize = mkOption { firmwareSize = mkOption {
type = types.int; type = types.int;
# As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB # As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB
default = 30; default = 128;
description = '' description = ''
Size of the /boot/firmware partition, in megabytes. Size of the /boot/firmware partition, in megabytes.
''; '';