Go to file
coolneng 2b0b7b2822
Add LICENSE
2022-07-12 21:13:52 +02:00
LICENSE.md Add LICENSE 2022-07-12 21:13:52 +02:00
README.md Initial commit 2022-07-12 16:39:43 +02:00
sd-image.nix Add nixos user to wheel group 2022-07-12 19:30:14 +02:00

README.md

Custom SD image for Raspberry Pi 4

This repository contains the instructions and configuration to build a SD image with a bigger /boot partition size and my SSH public keys

Usage

  1. Enable QEMU on the host machine by adding the following option
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
  1. Build the image
nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I nixos-config=./sd-image.nix --argstr system aarch64-linux