diff --git a/morph/storage002-hardware.nix b/morph/storage002-hardware.nix
index ab284ba9b4535ab08d7ab2ca95f23ef3fea0b8aa..4fc3a4097e05ec8c38c86db6bfce92e2a1af6f35 100644
--- a/morph/storage002-hardware.nix
+++ b/morph/storage002-hardware.nix
@@ -14,7 +14,7 @@
   boot.extraModulePackages = [ ];
 
   fileSystems."/" =
-    { device = "/dev/disk/by-uuid/9721366a-7f75-45b6-908a-cde68ed82295";
+    { device = "/dev/disk/by-uuid/0e92ada9-effb-42e2-a26a-9cdb529bcdc7";
       fsType = "ext4";
     };
 
@@ -25,7 +25,14 @@
     fsType = "zfs";
   };
 
-  swapDevices = [ ];
+  fileSystems."/boot" =
+    { device = "/dev/disk/by-uuid/50b73d78-12cd-4599-a774-57af14e6d9f7";
+      fsType = "ext4";
+    };
+
+  swapDevices =
+    [ { device = "/dev/disk/by-uuid/f762b5e2-bbdd-4a02-bbd9-0bf6b11e0ab5"; }
+    ];
 
   nix.maxJobs = lib.mkDefault 24;
   powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";