Increase boot partition size to 1 GB
This commit is contained in:
parent
eae9dcace7
commit
878f68659e
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
|
||||
# Increase /boot partition size
|
||||
sdImage.firmwareSize = 256;
|
||||
sdImage.firmwareSize = 1024;
|
||||
|
||||
# Enable SSH
|
||||
services.sshd.enable = true;
|
||||
|
|
Loading…
Reference in New Issue