Skip to content

Commit

Permalink
increase default firmware partition size
Browse files Browse the repository at this point in the history
  • Loading branch information
tstat committed Mar 14, 2023
1 parent 441d32f commit 3ca8c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sd-image/sd-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ in {
firmwareSize = mkOption {
type = types.int;
# As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB
default = 30;
default = 128;
description = ''
Size of the /boot/firmware partition, in megabytes.
'';
Expand Down

0 comments on commit 3ca8c68

Please sign in to comment.