Increase boot partition size to 1 GB

This commit is contained in:
coolneng 2022-11-14 19:40:04 +01:00
parent eae9dcace7
commit 878f68659e
1 changed files with 1 additions and 1 deletions

View File

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