Increase boot partition size to 1 GB

This commit is contained in:
2022-11-14 19:40:04 +01:00
parent 2b0b7b2822
commit 76b0f6a023

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;