diff --git a/morph/grid/hro-cloud/storage001-hardware.nix b/morph/grid/hro-cloud/storage001-hardware.nix
index 80608f1a16fa2a41e8f576eaecc85657aaec0cfb..37d04225462c5f176c85e15e4e4272cc68d19c3e 100644
--- a/morph/grid/hro-cloud/storage001-hardware.nix
+++ b/morph/grid/hro-cloud/storage001-hardware.nix
@@ -23,7 +23,7 @@
       fsType = "vfat";
     };
 
-    fileSystems."/storage" =
+  fileSystems."/storage" =
     { device = "root";
       fsType = "zfs";
     };