From fd66586dd1532ff6382767ac70ce8e1eecc69c77 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 25 Oct 2019 14:38:20 -0400
Subject: [PATCH] doing things a little differently now

---
 morph/grid.nix | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/morph/grid.nix b/morph/grid.nix
index cae9f6f7..29596afd 100644
--- a/morph/grid.nix
+++ b/morph/grid.nix
@@ -16,9 +16,6 @@ import ./make-grid.nix {
     # doesn't specify one.
     #
     # The names must be unique!
-
-    # Pass the whole grid configuration to the module and let it take what it
-    # wants.
     "storage000" = import ./make-storage.nix ({
         cfg = import ./storage000-config.nix;
         hardware = ./storage000-hardware.nix;
-- 
GitLab