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 +```