From 7296a49f8a1fa568f6e0ae353de2974916ffd4a2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 4 Sep 2019 16:43:04 -0400 Subject: [PATCH] more details on the workflow --- morph/bootstrap-configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/morph/bootstrap-configuration.nix b/morph/bootstrap-configuration.nix index b95a365a..c639fb97 100644 --- a/morph/bootstrap-configuration.nix +++ b/morph/bootstrap-configuration.nix @@ -10,9 +10,13 @@ # 2. Overwrite /etc/nixos/configuration.nix on Debian machine that has had # NixOS installed on top of it. # -# 3. Finish the NixOS install. +# 3. Copy the generated /etc/nixos/hardware-configuration.nix from the Debian +# machine and add it to this repository. We need it to build the system +# later. # -# 4. Replace this configuration on the new NixOS system using morph. +# 4. Finish the NixOS install and reboot into a pristine NixOS system. +# +# 5. Specify the real configuration for this system and deploy it with morph. # let # Make all these correct. Some default values from a random system left in -- GitLab