From c4355122ca488c8347a6ee2863173d43a9cdd183 Mon Sep 17 00:00:00 2001
From: NixOS Wiki <mail@nix.wiki>
Date: Tue, 23 Jul 2024 20:46:04 +0000
Subject: [PATCH] Update NixOS wiki link

---
 _posts/2022-11-06-Build-a-dns-server-on-NixOS.md | 2 +-
 _posts/2023-10-01-zfs-nixos.md                   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_posts/2022-11-06-Build-a-dns-server-on-NixOS.md b/_posts/2022-11-06-Build-a-dns-server-on-NixOS.md
index 14f2a43..8e2971f 100644
--- a/_posts/2022-11-06-Build-a-dns-server-on-NixOS.md
+++ b/_posts/2022-11-06-Build-a-dns-server-on-NixOS.md
@@ -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.
diff --git a/_posts/2023-10-01-zfs-nixos.md b/_posts/2023-10-01-zfs-nixos.md
index 18c4666..f23d5d8 100644
--- a/_posts/2023-10-01-zfs-nixos.md
+++ b/_posts/2023-10-01-zfs-nixos.md
@@ -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
@@ -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/>