From 521426de800aab6ef668d6c89cbc141b674aee4e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 23 Jun 2021 15:23:04 -0400 Subject: [PATCH] fix probable copy/paste error --- morph/grid/production/grid.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/morph/grid/production/grid.nix b/morph/grid/production/grid.nix index f513a4e2..7a8e29bb 100644 --- a/morph/grid/production/grid.nix +++ b/morph/grid/production/grid.nix @@ -56,7 +56,8 @@ let # 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 + # name is quoted because `1` makes `100tb` look an awful lot like a + # number. "100tb".config = nodecfg; }; -- GitLab