diff --git a/README.md b/README.md index dff92b5..f67e543 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ but here's a quick breakdown of the what you will find where. Afterwards: -- Run `install-system` in the live environment and reboot +- Run `install-system` in the live environment, export your zfs pools and reboot - Retrieve the new host identity by using `ssh-keyscan | grep -o 'ssh-ed25519.*' > hosts//secrets/host.pub` - (If the host has guests, also retrieve their identities!) - Rekey the secrets for the new identity `nix run .#rekey` diff --git a/nix/generate-installer-package.nix b/nix/generate-installer-package.nix index 30c5efd..d302ff3 100644 --- a/nix/generate-installer-package.nix +++ b/nix/generate-installer-package.nix @@ -16,6 +16,7 @@ nixos-install --no-root-password --system ${nodeAttrs.config.system.build.toplevel} echo "Done!" + echo "DONT FORGET TO EXPORT YOUR ZFS POOL(S)!" ''; installer-package = pkgs.symlinkJoin {