about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--content/posts/2023-01-31-nixos-zfs-mirrored-boot.md2
1 files changed, 1 insertions, 1 deletions
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
 ```