From 2d8e7b2c6dff172efe52b6ca82e049fe4e067886 Mon Sep 17 00:00:00 2001 From: nikstur Date: Thu, 9 Dec 2021 04:11:15 +0100 Subject: [PATCH] Fixed image name in dd command --- source/tutorials/installing-nixos-on-a-raspberry-pi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/installing-nixos-on-a-raspberry-pi.rst b/source/tutorials/installing-nixos-on-a-raspberry-pi.rst index 268dccd..590e093 100644 --- a/source/tutorials/installing-nixos-on-a-raspberry-pi.rst +++ b/source/tutorials/installing-nixos-on-a-raspberry-pi.rst @@ -49,7 +49,7 @@ Copy NixOS to your SD card by replacing ``sdX`` with the name of your device: .. code:: shell-session - sudo dd if=nixos-sd-image-21.05pre288297.8eed0e20953-aarch64-linux.img of=/dev/sdX bs=4096 conv=fsync status=progress + sudo dd if=nixos-sd-image-22.05pre335501.c71f061c68b-aarch64-linux.img of=/dev/sdX bs=4096 conv=fsync status=progress Once that command exits, **move the SD card into your Raspberry Pi and power it on**.