about summary refs log tree commit diff
path: root/content
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-12 17:44:46 +0900
committersefidel <contact@sefidel.net>2023-09-12 17:44:46 +0900
commit37f98b0a814dba9c9a42ec89cbe5e921cf55b3c3 (patch)
tree0d5021d3676ed6619569289483bf973822b25e27 /content
parent75ca515d479c54584e0b9c6a71744c167bc36614 (diff)
downloadsefidel-web-37f98b0a814dba9c9a42ec89cbe5e921cf55b3c3.tar.gz
sefidel-web-37f98b0a814dba9c9a42ec89cbe5e921cf55b3c3.zip
chore(nixos-zfs-mirrored-boot): fix typo
Diffstat (limited to 'content')
-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
 ```