Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NixOS Wiki link #8

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/>