From e92b3380c82a8603255dddc0606f85f02a7e152b Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 7 Nov 2019 10:44:59 -0500
Subject: [PATCH] Simplify these steps too

---
 morph/README.rst | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/morph/README.rst b/morph/README.rst
index 5213e42d..3749ebf9 100644
--- a/morph/README.rst
+++ b/morph/README.rst
@@ -76,12 +76,6 @@ starting from a minimal NixOS 19.03 or 19.09 installation.
 
 #. Create a ``storageNNN-config.nix`` containing further configuration for the new host.
 #. Add an entry for the new host to ``grid.nix`` referencing the new files.
-#. Deploy to the new host with ``morph deploy morph/grid.nix --on <identifier> boot``.
-#. Log on to the new host and reboot it.
-
-#. Deploy the new configuration to the host::
-
-     morph deploy morph/grid.nix --on <identifier> switch --reboot
-
+#. Deploy to the new host with ``morph deploy morph/grid.nix --on <identifier> boot --upload-secrets --reboot``.
 
 .. _`morph`: https://github.com/DBCDK/morph
-- 
GitLab