From 9636c37d69cbc42452b25cac0c4618e1c9d2e178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 3 Dec 2024 20:18:34 +0100 Subject: [PATCH] link to arm64 image --- docs/site/getting-started/installer.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/site/getting-started/installer.md b/docs/site/getting-started/installer.md index 6ea2a09d1..f872e1482 100644 --- a/docs/site/getting-started/installer.md +++ b/docs/site/getting-started/installer.md @@ -92,8 +92,16 @@ sudo umount /dev/sdb1 === "**Other OS**" ### Step 2. Download Generic Installer + For x86_64: + ```shellSession - wget https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-installer-x86_64-linux.iso + https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-installer-x86_64-linux.iso + ``` + + For generic arm64 / aarch64 (probably does not work on raspberry pi...) + + ```shellSession + wget https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-installer-aarch64-linux.iso ``` ### Step 2.5 Flash the Installer to the USB Drive