Skip to content

Commit

Permalink
Update NixOS wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
NixOS Wiki committed Jul 23, 2024
1 parent dfbe401 commit c435512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _posts/2022-11-06-Build-a-dns-server-on-NixOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Using a older 1080p monitor solved that for me.

#### Getting started

Since I used a Raspberry Pi 3 I could use the latest AArch64 image from Hydra (source: <https://nixos.wiki/wiki/NixOS_on_ARM#Installation>).
Since I used a Raspberry Pi 3 I could use the latest AArch64 image from Hydra (source: <https://wiki.nixos.org/wiki/NixOS_on_ARM#Installation>).
In my case that was the release-22.05 <https://hydra.nixos.org/job/nixos/release-22.05/nixos.sd_image.aarch64-linux>.

Unpacking and flashing this image to the SD Card works the same as with all other Raspberry Pi images.
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-10-01-zfs-nixos.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ And here is the rest of my NixOS config for ZFS:
```
# Setup ZFS
# Offical resources:
# - https://nixos.wiki/wiki/ZFS
# - https://wiki.nixos.org/wiki/ZFS
# - https://openzfs.github.io/openzfs-docs/Getting%20Started/NixOS/index.html#installation
# Enable support for ZSF and always use a compatible kernel
Expand Down Expand Up @@ -163,7 +163,7 @@ And [here](https://github.com/openzfs/zfs/discussions/15212) is my lengthy back
## Other resources which where helpful

- <https://openzfs.github.io/openzfs-docs/Getting%20Started/NixOS/index.html#installation>
- <https://nixos.wiki/wiki/ZFS>
- <https://wiki.nixos.org/wiki/ZFS>
- <https://unix.stackexchange.com/questions/86764/understanding-dev-disk-by-folders>
- <https://discourse.nixos.org/t/cannot-import-zfs-pool-at-boot/4805/3>
- <https://www.reddit.com/r/zfs/comments/m0t0vd/cannot_import_more_than_one_matching_pool/>

0 comments on commit c435512

Please sign in to comment.