From 37f98b0a814dba9c9a42ec89cbe5e921cf55b3c3 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 12 Sep 2023 17:44:46 +0900 Subject: chore(nixos-zfs-mirrored-boot): fix typo --- content/posts/2023-01-31-nixos-zfs-mirrored-boot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2023-01-31-nixos-zfs-mirrored-boot.md b/content/posts/2023-01-31-nixos-zfs-mirrored-boot.md index 99b4004..12ac698 100644 --- a/content/posts/2023-01-31-nixos-zfs-mirrored-boot.md +++ b/content/posts/2023-01-31-nixos-zfs-mirrored-boot.md @@ -28,7 +28,7 @@ You will need a USB stick before proceeding to the next step. First, download the latest NixOS image, and flash it: ```sh -$ curl -L https:#channels.nixos.org/nixos-unstable/latest-nixos-minimal-x86_64-linux.iso -O nixos.iso +$ curl -L https://channels.nixos.org/nixos-unstable/latest-nixos-minimal-x86_64-linux.iso -O nixos.iso $ dd if=./nixos.iso of=/dev/sdX bs=1M status=progress ``` -- cgit 1.4.1