aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2019-08-18 22:55:39 +0200
committerSarah Brofeldt <sbrofeldt@gmail.com>2019-08-18 22:55:39 +0200
commite0cf7d6093086d567b91bbbe80d69a3f25034662 (patch)
treea49bb0508462f89c56028f3ddd17889cca503c53 /nixos/modules/installer
parentfcacab714db367930acaba711371680fed44f775 (diff)
nixos/sd-image: Increase default firmware partition size
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image.nix b/nixos/modules/installer/cd-dvd/sd-image.nix
index 0c407b19936..7f355a13249 100644
--- a/nixos/modules/installer/cd-dvd/sd-image.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image.nix
@@ -73,8 +73,8 @@ in
firmwareSize = mkOption {
type = types.int;
- # As of 2019-05-31 the Raspberry pi firmware + u-bot takes ~13MiB
- default = 20;
+ # As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB
+ default = 30;
description = ''
Size of the /boot/firmware partition, in megabytes.
'';