diff --git a/morph/grid/production/grid.nix b/morph/grid/production/grid.nix
index e507fb361272cd90dda38804ef43414709e2a557..ec6aba355e7d739d079466bb84737375d81cba55 100644
--- a/morph/grid/production/grid.nix
+++ b/morph/grid/production/grid.nix
@@ -42,8 +42,10 @@ let
       (lib.customize-storage config sshUsers nodecfg.publicIPv4 monitoringvpnKeyDir vpnIP stateVersion)
     ];
 
-    # And supply configuration for those hardware / network / bootloader options.
-    "100tb".config = nodecfg;
+    # And supply configuration for those hardware / network / bootloader
+    # options.  See the 100tb module for handling of this value.  The module
+    # name is quoted because `1` makes `100tb` look an awful lot like
+   "100tb".config = nodecfg;
   };
 
   # Define all of the storage nodes for this grid.
diff --git a/morph/lib/storage.nix b/morph/lib/storage.nix
index c0c702a8347f0fae70ecdea022e3e8c6daad1b31..2835e024b67150f646ecfe1d7c6d20ca7fb3ec06 100644
--- a/morph/lib/storage.nix
+++ b/morph/lib/storage.nix
@@ -42,14 +42,6 @@ rec {
     ../../nixos/modules/monitoring/exporters/node.nix
   ];
 
-  # Pass the configuration specific to this host to the 100TB module to be
-  # expanded into a complete system configuration.  See the 100tb module for
-  # handling of this value.
-  #
-  # The module name is quoted because `1` makes `100tb` look an awful lot like
-  # it should be a number.
-  # "100tb".config = cfg;
-
   # Turn on the Private Storage (Tahoe-LAFS) service.
   services.private-storage = {
     # Yep.  Turn it on.