From b12c315ff0f414f91ac7d53df1c358a8b3fe1b51 Mon Sep 17 00:00:00 2001
From: Benoit Donneaux <benoit@leastauthority.com>
Date: Thu, 22 Feb 2024 10:54:51 +0100
Subject: [PATCH] Fix copy/paste typo

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
---
 morph/grid/hro-cloud/storage002-hardware.nix | 2 +-
 morph/grid/hro-cloud/storage003-hardware.nix | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/morph/grid/hro-cloud/storage002-hardware.nix b/morph/grid/hro-cloud/storage002-hardware.nix
index 84a20dde..26304391 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-uuid/51e0652f-46c9-4150-95a1-223f37154d4f";
     randomEncryption = true;
   } ];
 
diff --git a/morph/grid/hro-cloud/storage003-hardware.nix b/morph/grid/hro-cloud/storage003-hardware.nix
index 8d54609e..f94c91cd 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-uuid/b02af75a-ea3a-47cf-ad40-c6611ee4dc09";
     randomEncryption = true;
   } ];
 
-- 
GitLab