diff --git a/morph/grid/hro-cloud/storage001-hardware.nix b/morph/grid/hro-cloud/storage001-hardware.nix index 6c76a336ed6b8a1b62769b22409a92c0808ffc80..666c250afce0bf0902427e407c2b714aaefdcb3c 100644 --- a/morph/grid/hro-cloud/storage001-hardware.nix +++ b/morph/grid/hro-cloud/storage001-hardware.nix @@ -30,7 +30,7 @@ }; swapDevices = [ { - device = "/dev/disk/by-uuid/45eb994e-0d1b-4903-9412-920f0ba017c9"; + device = "/dev/disk/by-partuuid/9f8f4ed8-9c26-45ff-ba1b-648a3babc050"; randomEncryption = true; } ]; diff --git a/morph/grid/hro-cloud/storage002-hardware.nix b/morph/grid/hro-cloud/storage002-hardware.nix index 263043911b9a33620ac6413affe2b674009e56a9..e12894f93f4f91339d4af0a9942fab99ea6cb942 100644 --- a/morph/grid/hro-cloud/storage002-hardware.nix +++ b/morph/grid/hro-cloud/storage002-hardware.nix @@ -32,7 +32,7 @@ }; swapDevices = [ { - device = "/dev/disk/by-uuid/51e0652f-46c9-4150-95a1-223f37154d4f"; + device = "/dev/disk/by-partuuid/e0e81098-3b66-4486-b138-b320645bc698"; randomEncryption = true; } ]; diff --git a/morph/grid/hro-cloud/storage003-hardware.nix b/morph/grid/hro-cloud/storage003-hardware.nix index f94c91cd99ad4048212b7579413b479677246ea7..5192883c7659c186e03d0669e99be169d7478a77 100644 --- a/morph/grid/hro-cloud/storage003-hardware.nix +++ b/morph/grid/hro-cloud/storage003-hardware.nix @@ -30,7 +30,7 @@ }; swapDevices = [ { - device = "/dev/disk/by-uuid/b02af75a-ea3a-47cf-ad40-c6611ee4dc09"; + device = "/dev/disk/by-partuuid/f56b5104-e4a7-443e-91c8-4555eb27899e"; randomEncryption = true; } ];