From 2383ffa7b22f2a85bb0a7d5e21f0c9ebdf72540a Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 28 Oct 2019 13:27:01 -0400
Subject: [PATCH] the mount isn't part of the create

---
 morph/storage001-hardware.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/morph/storage001-hardware.nix b/morph/storage001-hardware.nix
index f1515643..4cd9f59b 100644
--- a/morph/storage001-hardware.nix
+++ b/morph/storage001-hardware.nix
@@ -25,7 +25,6 @@
 
   # Manually created using:
   #   zpool create -f -m legacy -o ashift=12 root raidz /dev/disk/by-id/{wwn-0x5000cca25cc06670,wwn-0x5000cca244c94a41,wwn-0x5000cca24ceb8bb4,wwn-0x500003983bd01315,wwn-0x500003983bd812b2,wwn-0x5000cca25cc09d0c,wwn-0x5000c500921dd6b6}
-  #   mount.zfs root /storage
   fileSystems."/storage" =
     { device = "root";
       fsType = "zfs";
-- 
GitLab