From 8aa4714979d8296fae023bb21a4a9fc3b0ca3095 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Sat, 21 Mar 2020 17:27:44 +0000 Subject: [PATCH] docs: Update NixOS version --- docs/install.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/install.md b/docs/install.md index 1c74e34..4c57e08 100644 --- a/docs/install.md +++ b/docs/install.md @@ -193,17 +193,19 @@ Tutorial: install and configure NixOS for nix-bitcoin on your own hardware This is borrowed from the [NixOS manual](https://nixos.org/nixos/manual/index.html#ch-installation). Look there for more information. -1. Obtain latest NixOS. For example: +1. Obtain latest [NixOS](https://nixos.org/nixos/download.html). For example: ``` - wget https://releases.nixos.org/nixos/19.03/nixos-19.03.172538.7bb74e65365/nixos-minimal-19.03.172538.7bb74e65365-x86_64-linux.iso + wget https://releases.nixos.org/nixos/19.09/nixos-19.09.2284.bf7c0f0461e/nixos-minimal-19.09.2284.bf7c0f0461e-x86_64-linux.iso + sha256sum nixos-minimal-19.09.2284.bf7c0f0461e-x86_64-linux.iso + # output: 9768eb945bef410fccfb82cb3d2e7ce7c02c3430aed0f2f1527273cb080fff3e ``` Alternatively you can build NixOS from source by following the instructions at https://nixos.org/nixos/manual/index.html#sec-building-cd. 2. Write NixOS iso to install media (USB/CD). For example: ``` - dd if=nixos-minimal-19.03.172538.7bb74e65365-x86_64-linux.iso of=/dev/sdX + cp nixos-minimal-19.09.2284.bf7c0f0461e-x86_64-linux.iso /dev/sdX ``` Replace /dev/sdX with the correct device name. You can find this using `sudo fdisk -l` @@ -403,7 +405,6 @@ You can also build Nix from source by following the instructions at https://nixo ``` Option 2: Set grub device for Legacy Boot (MBR) ``` - ``` boot.loader.grub.device = "/dev/sda"; ```