From 95a36d07dd69fe7a34d5ac4296bf7157db146a50 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 24 Jun 2021 15:18:25 -0400
Subject: [PATCH] Forget about the variable node names

---
 morph/grid/testing/grid.nix | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/morph/grid/testing/grid.nix b/morph/grid/testing/grid.nix
index c8f0e84a..19eefd9d 100644
--- a/morph/grid/testing/grid.nix
+++ b/morph/grid/testing/grid.nix
@@ -58,7 +58,5 @@ in {
   network = {
     description = "PrivateStorage.io Testing Grid";
   };
-  "payments.${config.domain}" = payments;
-  "monitoring.${config.domain}" = monitoring;
-  "storage001.${config.domain}" = storage001;
+  inherit payments monitoring storage001;
 }
-- 
GitLab