Commit 26e58d26dd9f

Vincent Demeester <vincent@sbr.pm>
2026-04-20 16:43:03
feat(aion): add /zion mount for replicated media
Added 3.6T ext4 disk as /zion mount point, mirroring the same layout used on rhea for audiobooks, music, ebooks, and documents.
1 parent 09fbaea
Changed files (1)
systems
systems/aion/hardware.nix
@@ -7,6 +7,10 @@ _: {
     device = "/dev/disk/by-uuid/0a779a30-903e-4bef-b1bc-bcdd4a978afe";
     fsType = "ext4";
   };
+  fileSystems."/zion" = {
+    device = "/dev/disk/by-uuid/2fc28e6f-e535-4854-8d56-b04715fe891b";
+    fsType = "ext4";
+  };
 
   swapDevices = [
     {