From 7a0bbc15481973b3a69ea3712ed10e31a5bef0a4 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 31 May 2024 00:19:21 +0200 Subject: [PATCH] Add basic raspi build docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index de74ea0..dd2170c 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,9 @@ The specific config from "hosts" can be installed using the following command. L ```sh sudo nixos-install --option download-speed 4000 --flake .# ``` + +## RPi Image generation +```sh +nix build .#nixosConfigurations.eustachius.config.system.build.sdImage +sudo dd if=./result/sd-image/.img of=/dev/ bs=1M status=progress +```