Increase boot partition size to 1 GB

This commit is contained in:
coolneng 2022-11-14 19:40:04 +01:00
parent 2b0b7b2822
commit 76b0f6a023
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
};
# Increase /boot partition size
sdImage.firmwareSize = 256;
sdImage.firmwareSize = 1024;
# Enable SSH
services.sshd.enable = true;