Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 3ca8c68

Browse files
committed
increase default firmware partition size
1 parent 441d32f commit 3ca8c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sd-image/sd-image.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ in {
102102
firmwareSize = mkOption {
103103
type = types.int;
104104
# As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB
105-
default = 30;
105+
default = 128;
106106
description = ''
107107
Size of the /boot/firmware partition, in megabytes.
108108
'';

0 commit comments

Comments
 (0)